Module: Treetop::Compiler::Metagrammar::Primary4
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1446 1447 1448 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1446 def atomic elements[0] end |
#node_class_declarations ⇒ Object
1454 1455 1456 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1454 def node_class_declarations elements[2] end |
#suffix ⇒ Object
1450 1451 1452 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1450 def suffix elements[1] end |