Module: OpenEHR::Parser::ADLGrammar::ArithmeticNode4

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

Instance Method Summary collapse

Instance Method Details

#arithmetic_expressionObject



12431
12432
12433
# File 'lib/openehr/parser/adl_grammar.rb', line 12431

def arithmetic_expression
  elements[2]
end

#arithmetic_leafObject



12427
12428
12429
# File 'lib/openehr/parser/adl_grammar.rb', line 12427

def arithmetic_leaf
  elements[0]
end