1828 1829 1830 1831 1832 1833 1834
# File 'lib/activefacts/cql/parser/TransformRules.rb', line 1828 def ast if u.empty? t.ast else u.text_value == '-' ? Compiler::Negate.new(t.ast) : Compiler::Negation.new(t.ast) end end