Module: ActiveFacts::CQL::ValueTypes::NamedParameter0
- Defined in:
- lib/activefacts/cql/parser/ValueTypes.rb
Instance Method Summary collapse
Instance Method Details
#as ⇒ Object
628 629 630 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 628 def as elements[3] end |
#literal ⇒ Object
636 637 638 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 636 def literal elements[5] end |
#parameter_name ⇒ Object
624 625 626 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 624 def parameter_name elements[2] end |
#s1 ⇒ Object
620 621 622 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 620 def s1 elements[1] end |
#s2 ⇒ Object
632 633 634 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 632 def s2 elements[4] end |
#with ⇒ Object
616 617 618 |
# File 'lib/activefacts/cql/parser/ValueTypes.rb', line 616 def with elements[0] end |