Module: Treetop::Compiler::Metagrammar::DeclarationSequence0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#declaration ⇒ Object
541 542 543 |
# File 'lib/treetop/compiler/metagrammar.rb', line 541 def declaration elements[1] end |
#space ⇒ Object
537 538 539 |
# File 'lib/treetop/compiler/metagrammar.rb', line 537 def space elements[0] end |