module Treetop::Compiler::Metagrammar::LabeledSequencePrimary0

Public Instance Methods

named_label() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 1662
def named_label
  elements[0]
end
sequence_primary() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 1666
def sequence_primary
  elements[1]
end