Module: ActiveFacts::CQL::FactTypes::Comparison3

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

Instance Method Summary collapse

Instance Method Details

#astObject



1688
1689
1690
1691
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1688

def ast
  c = Compiler::Comparison.new(comparator.text_value, e1.ast, e2.ast, certainty.value)
  [c]
end