Module: ActiveFacts::CQL::ObjectTypes::TermOrUnary0
- Defined in:
- lib/activefacts/cql/parser/ObjectTypes.rb
Instance Method Summary collapse
Instance Method Details
#post_text ⇒ Object
957 958 959 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 957 def post_text elements[3] end |
#pre_text ⇒ Object
945 946 947 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 945 def pre_text elements[0] end |
#s1 ⇒ Object
949 950 951 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 949 def s1 elements[1] end |
#s2 ⇒ Object
961 962 963 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 961 def s2 elements[4] end |
#ss ⇒ Object
965 966 967 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 965 def ss elements[5] end |
#term ⇒ Object
953 954 955 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 953 def term elements[2] end |