Module: OpenEHR::Parser::ADLGrammar::BooleanNode7

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

Instance Method Summary collapse

Instance Method Details

#valueObject



11552
11553
11554
11555
11556
11557
11558
11559
# File 'lib/openehr/parser/adl_grammar.rb', line 11552

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