Module: OpenEHR::Parser::ADLGrammar::BooleanNode6
- Defined in:
- lib/openehr/parser/adl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#arithmetic_expression ⇒ Object
11546 11547 11548 |
# File 'lib/openehr/parser/adl_grammar.rb', line 11546 def arithmetic_expression elements[2] end |
#arithmetic_leaf ⇒ Object
11538 11539 11540 |
# File 'lib/openehr/parser/adl_grammar.rb', line 11538 def arithmetic_leaf elements[0] end |
#SYM_EQ ⇒ Object
11542 11543 11544 |
# File 'lib/openehr/parser/adl_grammar.rb', line 11542 def SYM_EQ elements[1] end |