Module: OpenEHR::Parser::ADLGrammar::UntypedPrimitiveObjectBlock0
- Defined in:
- lib/openehr/parser/adl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#primitive_object_value ⇒ Object
14290 14291 14292 |
# File 'lib/openehr/parser/adl_grammar.rb', line 14290 def primitive_object_value elements[1] end |
#SYM_END_DBLOCK ⇒ Object
14294 14295 14296 |
# File 'lib/openehr/parser/adl_grammar.rb', line 14294 def SYM_END_DBLOCK elements[2] end |
#SYM_START_DBLOCK ⇒ Object
14286 14287 14288 |
# File 'lib/openehr/parser/adl_grammar.rb', line 14286 def SYM_START_DBLOCK elements[0] end |