Module: OpenEHR::Parser::ADLGrammar::ArithmeticNode2
- Defined in:
- lib/openehr/parser/adl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#arithmetic_expression ⇒ Object
12410 12411 12412 |
# File 'lib/openehr/parser/adl_grammar.rb', line 12410 def arithmetic_expression elements[2] end |
#arithmetic_leaf ⇒ Object
12406 12407 12408 |
# File 'lib/openehr/parser/adl_grammar.rb', line 12406 def arithmetic_leaf elements[0] end |