module Treetop::Compiler::Metagrammar::VariableLengthSequenceBody1

Public Instance Methods

head() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 1267
def head
  elements[0]
end
tail() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 1271
def tail
  elements[1]
end