Module: OpenEHR::Parser::ADLGrammar::ArithmeticNode0

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

Instance Method Summary collapse

Instance Method Details

#arithmetic_expressionObject



12389
12390
12391
# File 'lib/openehr/parser/adl_grammar.rb', line 12389

def arithmetic_expression
  elements[2]
end

#arithmetic_leafObject



12385
12386
12387
# File 'lib/openehr/parser/adl_grammar.rb', line 12385

def arithmetic_leaf
  elements[0]
end