Module: Treetop::Compiler::Metagrammar::DeclarationSequence2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#declarations ⇒ Object
696 697 698 |
# File 'lib/treetop/compiler/metagrammar.rb', line 696 def declarations [head] + tail end |
#tail ⇒ Object
700 701 702 |
# File 'lib/treetop/compiler/metagrammar.rb', line 700 def tail super.elements.map { |elt| elt.declaration } end |