Module: Treetop::Compiler::Metagrammar::DeclarationSequence0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#declaration ⇒ Object
660 661 662 |
# File 'lib/treetop/compiler/metagrammar.rb', line 660 def declaration elements[1] end |
#space ⇒ Object
656 657 658 |
# File 'lib/treetop/compiler/metagrammar.rb', line 656 def space elements[0] end |