Module: OpenEHR::Parser::ADLGrammar::ArithmeticNode5
- Defined in:
- lib/openehr/parser/adl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
12437 12438 12439 12440 12441 12442 12443 12444 |
# File 'lib/openehr/parser/adl_grammar.rb', line 12437 def value OpenEHR::AM::Archetype::Assertion::ExprBinaryOperator.new( :type => 'Boolean', :operator => OpenEHR::AM::Archetype::Assertion::OperatorKind::OP_MULTIPLY, :left_operand => arithmetic_leaf.value, :right_operand => arithmetic_expression.value, :reference_type => 'Constraint') end |