module Treetop::Compiler::Metagrammar::ModuleDeclaration4

Public Instance Methods

module_contents() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 291
def module_contents
  elements[1]
end
module_prefix() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 287
def module_prefix
  elements[0]
end
suffix() click to toggle source
# File lib/treetop/compiler/metagrammar.rb, line 295
def suffix
  elements[2]
end