Module: OpenEHR::Parser::ADLGrammar::ArithmeticNode6
- Defined in:
- lib/openehr/parser/adl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#arithmetic_expression ⇒ Object
12452 12453 12454 |
# File 'lib/openehr/parser/adl_grammar.rb', line 12452 def arithmetic_expression elements[2] end |
#arithmetic_leaf ⇒ Object
12448 12449 12450 |
# File 'lib/openehr/parser/adl_grammar.rb', line 12448 def arithmetic_leaf elements[0] end |