Module: Treetop::Compiler::Metagrammar::Primary4
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1468 1469 1470 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1468 def atomic elements[0] end |
#node_class_declarations ⇒ Object
1476 1477 1478 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1476 def node_class_declarations elements[2] end |
#suffix ⇒ Object
1472 1473 1474 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1472 def suffix elements[1] end |