module Treetop::Compiler::Metagrammar::DeclarationSequence0

Public Instance Methods

declaration() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 660
def declaration
  elements[1]
end
space() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 656
def space
  elements[0]
end