Module: OpenEHR::Parser::ADLGrammar::BooleanNode8
- Defined in:
- lib/openehr/parser/adl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#arithmetic_expression ⇒ Object
11571 11572 11573 |
# File 'lib/openehr/parser/adl_grammar.rb', line 11571 def arithmetic_expression elements[2] end |
#arithmetic_leaf ⇒ Object
11563 11564 11565 |
# File 'lib/openehr/parser/adl_grammar.rb', line 11563 def arithmetic_leaf elements[0] end |
#SYM_NE ⇒ Object
11567 11568 11569 |
# File 'lib/openehr/parser/adl_grammar.rb', line 11567 def SYM_NE elements[1] end |