Module: ActiveFacts::CQL::Terms::PrescanAggregate0

Defined in:
lib/activefacts/cql/parser/Terms.rb

Instance Method Summary collapse

Instance Method Details

#agg_inObject



1174
1175
1176
# File 'lib/activefacts/cql/parser/Terms.rb', line 1174

def agg_in
  elements[5]
end

#agg_ofObject



1162
1163
1164
# File 'lib/activefacts/cql/parser/Terms.rb', line 1162

def agg_of
  elements[2]
end

#aggregate_typeObject



1154
1155
1156
# File 'lib/activefacts/cql/parser/Terms.rb', line 1154

def aggregate_type
  elements[0]
end

#global_termObject



1170
1171
1172
# File 'lib/activefacts/cql/parser/Terms.rb', line 1170

def global_term
  elements[4]
end

#s1Object



1158
1159
1160
# File 'lib/activefacts/cql/parser/Terms.rb', line 1158

def s1
  elements[1]
end

#s2Object



1166
1167
1168
# File 'lib/activefacts/cql/parser/Terms.rb', line 1166

def s2
  elements[3]
end

#s3Object



1178
1179
1180
# File 'lib/activefacts/cql/parser/Terms.rb', line 1178

def s3
  elements[6]
end