module Treetop::Compiler::Metagrammar::VariableLengthSequenceBody2
Public Instance Methods
Source
# File lib/treetop/compiler/metagrammar.rb, line 1313 def tail super.elements.map {|elt| elt.optionally_labeled_sequence_primary } end
Calls superclass method