module Treetop::Compiler::Metagrammar::LabeledExpressionSequenceBody0

Public Instance Methods

head() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 1350
def head
  self
end
tail() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 1354
def tail
  []
end