Method: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody2#tail

Defined in:
lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb

#tailObject



1313
1314
1315
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 1313

def tail
  super.elements.map {|elt| elt.optionally_labeled_sequence_primary }
end