Module: Treetop::Compiler::Metagrammar::DeclarationSequence2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#declarations ⇒ Object
670 671 672 |
# File 'lib/treetop/compiler/metagrammar.rb', line 670 def declarations [head] + tail end |
#tail ⇒ Object
674 675 676 |
# File 'lib/treetop/compiler/metagrammar.rb', line 674 def tail super.elements.map { |elt| elt.declaration } end |