Module: OpenEHR::Parser::ADLGrammar::ArithmeticNode8

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

Instance Method Summary collapse

Instance Method Details

#arithmetic_expressionObject



12473
12474
12475
# File 'lib/openehr/parser/adl_grammar.rb', line 12473

def arithmetic_expression
  elements[2]
end

#arithmetic_leafObject



12469
12470
12471
# File 'lib/openehr/parser/adl_grammar.rb', line 12469

def arithmetic_leaf
  elements[0]
end