Module: OpenEHR::Parser::ADLGrammar::CComplexObject0
- Defined in:
- lib/openehr/parser/adl_grammar.rb
Instance Method Summary collapse
- #body ⇒ Object
- #head ⇒ Object
- #space ⇒ Object
- #SYM_END_CBLOCK ⇒ Object
- #SYM_MATCHES ⇒ Object
- #SYM_START_CBLOCK ⇒ Object
Instance Method Details
#body ⇒ Object
1115 1116 1117 |
# File 'lib/openehr/parser/adl_grammar.rb', line 1115 def body elements[3] end |
#head ⇒ Object
1103 1104 1105 |
# File 'lib/openehr/parser/adl_grammar.rb', line 1103 def head elements[0] end |
#space ⇒ Object
1123 1124 1125 |
# File 'lib/openehr/parser/adl_grammar.rb', line 1123 def space elements[5] end |
#SYM_END_CBLOCK ⇒ Object
1119 1120 1121 |
# File 'lib/openehr/parser/adl_grammar.rb', line 1119 def SYM_END_CBLOCK elements[4] end |
#SYM_MATCHES ⇒ Object
1107 1108 1109 |
# File 'lib/openehr/parser/adl_grammar.rb', line 1107 def SYM_MATCHES elements[1] end |
#SYM_START_CBLOCK ⇒ Object
1111 1112 1113 |
# File 'lib/openehr/parser/adl_grammar.rb', line 1111 def SYM_START_CBLOCK elements[2] end |