Module: Treetop::Compiler::Metagrammar::DeclarationSequence0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#declaration ⇒ Object
650 651 652 |
# File 'lib/treetop/compiler/metagrammar.rb', line 650 def declaration elements[1] end |
#space ⇒ Object
646 647 648 |
# File 'lib/treetop/compiler/metagrammar.rb', line 646 def space elements[0] end |