Module: Treetop::Compiler::Metagrammar::Primary6
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1531 1532 1533 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1531 def atomic elements[0] end |
#node_class_declarations ⇒ Object
1535 1536 1537 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1535 def node_class_declarations elements[1] end |