Module: ActiveFacts::CQL::Terms::PrescanAggregate0
- Defined in:
- lib/activefacts/cql/parser/Terms.rb
Instance Method Summary collapse
- #agg_in ⇒ Object
- #agg_of ⇒ Object
- #aggregate_type ⇒ Object
- #global_term ⇒ Object
- #s1 ⇒ Object
- #s2 ⇒ Object
- #s3 ⇒ Object
Instance Method Details
#agg_in ⇒ Object
1174 1175 1176 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 1174 def agg_in elements[5] end |
#agg_of ⇒ Object
1162 1163 1164 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 1162 def agg_of elements[2] end |
#aggregate_type ⇒ Object
1154 1155 1156 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 1154 def aggregate_type elements[0] end |
#global_term ⇒ Object
1170 1171 1172 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 1170 def global_term elements[4] end |
#s1 ⇒ Object
1158 1159 1160 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 1158 def s1 elements[1] end |
#s2 ⇒ Object
1166 1167 1168 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 1166 def s2 elements[3] end |
#s3 ⇒ Object
1178 1179 1180 |
# File 'lib/activefacts/cql/parser/Terms.rb', line 1178 def s3 elements[6] end |