Module: OpenEHR::Parser::ADLGrammar::ArithmeticNode7

Defined in:
lib/openehr/parser/adl_grammar.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



12458
12459
12460
12461
12462
12463
12464
12465
# File 'lib/openehr/parser/adl_grammar.rb', line 12458

def value
  OpenEHR::AM::Archetype::Assertion::ExprBinaryOperator.new(
    :type => 'Boolean',
    :operator => OpenEHR::AM::Archetype::Assertion::OperatorKind::OP_DIVIDE,
    :left_operand => arithmetic_leaf.value,
    :right_operand => arithmetic_expression.value,
    :reference_type => 'Constraint')
end