Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#tail ⇒ Object
1270 1271 1272 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1270 def tail super.elements.map {|elt| elt.optionally_labeled_sequence_primary } end |