Module: Treetop::Compiler::Metagrammar::Primary4
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1211 1212 1213 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1211 def atomic elements[0] end |
#node_class_declarations ⇒ Object
1215 1216 1217 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1215 def node_class_declarations elements[1] end |