Module: Treetop::Compiler::Metagrammar::Primary4
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1197 1198 1199 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1197 def atomic elements[0] end |
#node_class_declarations ⇒ Object
1205 1206 1207 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1205 def node_class_declarations elements[2] end |
#suffix ⇒ Object
1201 1202 1203 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1201 def suffix elements[1] end |