Module: Treetop::Compiler::Metagrammar::Primary6
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1465 1466 1467 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1465 def atomic elements[0] end |
#node_class_declarations ⇒ Object
1469 1470 1471 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1469 def node_class_declarations elements[1] end |