Module: OpenEHR::Parser::ADLGrammar::ArithmeticNode3
- Defined in:
- lib/openehr/parser/adl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
12416 12417 12418 12419 12420 12421 12422 12423 |
# File 'lib/openehr/parser/adl_grammar.rb', line 12416 def value OpenEHR::AM::Archetype::Assertion::ExprBinaryOperator.new( :type => 'Boolean', :operator => OpenEHR::AM::Archetype::Assertion::OperatorKind::OP_MINUS, :left_operand => arithmetic_leaf.value, :right_operand => arithmetic_expression.value, :reference_type => 'Constraint') end |