Module: ActiveFacts::CQL::TransformRules::TransformExpr1
- Defined in:
- lib/activefacts/cql/parser/TransformRules.rb
Instance Method Summary collapse
Instance Method Details
#ast ⇒ Object
692 693 694 |
# File 'lib/activefacts/cql/parser/TransformRules.rb', line 692 def ast Compiler::Ternary.new(c.ast, t0.ast, t1.ast) end |