Module: ActiveFacts::CQL::ObjectTypes::TermOrUnary3
- Defined in:
- lib/activefacts/cql/parser/ObjectTypes.rb
Instance Method Summary collapse
-
#ast ⇒ Object
REVISIT: A change in this rule might allow forward-referencing a multi-word term.
Instance Method Details
#ast ⇒ Object
REVISIT: A change in this rule might allow forward-referencing a multi-word term
1009 1010 1011 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 1009 def ast Compiler::Reference.new(id.text_value, nil, nil, nil, nil, ss.empty? ? nil : ss.value) end |