Module: Treetop::Compiler::Metagrammar::Primary6
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1723 1724 1725 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1723 def atomic elements[0] end |
#node_class_declarations ⇒ Object
1727 1728 1729 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1727 def node_class_declarations elements[1] end |