Module: ActiveFacts::CQL::LexicalRules::Literal1
- Defined in:
- lib/activefacts/cql/parser/LexicalRules.rb
Instance Method Summary collapse
Instance Method Details
#node_type ⇒ Object
509 |
# File 'lib/activefacts/cql/parser/LexicalRules.rb', line 509 def node_type; :literal; end |
#value ⇒ Object
506 507 508 |
# File 'lib/activefacts/cql/parser/LexicalRules.rb', line 506 def value elements[0].value end |