Module: Treetop::Compiler::Metagrammar::DeclarationSequence0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#declaration ⇒ Object
399 400 401 |
# File 'lib/treetop/compiler/metagrammar.rb', line 399 def declaration elements[1] end |
#space ⇒ Object
395 396 397 |
# File 'lib/treetop/compiler/metagrammar.rb', line 395 def space elements[0] end |