Module: ActiveFacts::CQL::Terms::Prescan2
- Defined in:
- lib/activefacts/cql/parser/Terms.rb
Instance Method Summary collapse
Instance Method Details
#is_where ⇒ Object
466 467 468 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 466 def is_where elements[3] end |
#mapping_pragmas ⇒ Object
462 463 464 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 462 def mapping_pragmas elements[2] end |
#s ⇒ Object
458 459 460 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 458 def s elements[1] end |
#term_definition_name ⇒ Object
454 455 456 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 454 def term_definition_name elements[0] end |