module Treetop::Compiler::Metagrammar::DeclarationSequence2
Public Instance Methods
Source
# File lib/treetop/compiler/metagrammar.rb, line 696 def declarations [head] + tail end
Source
# File lib/treetop/compiler/metagrammar.rb, line 700 def tail super.elements.map { |elt| elt.declaration } end
Calls superclass method