Module: ActiveFacts::CQL::CQL::SchemaDefinition1
- Defined in:
- lib/activefacts/cql/parser/CQLParser.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
363 364 365 |
# File 'lib/activefacts/cql/parser/CQLParser.rb', line 363 def ast Compiler::Vocabulary.new(vocabulary_name.value, false, vn.empty? ? nil : vn.value) end |