module Treetop::Compiler::Metagrammar::Sequence0

Public Instance Methods

node_class_declarations() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 1167
def node_class_declarations
  elements[1]
end
sequence_body() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 1163
def sequence_body
  elements[0]
end