Module: Treetop::Compiler::Metagrammar::ModuleDeclaration4

Defined in:
lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#module_contentsObject



288
289
290
# File 'lib/treetop/compiler/metagrammar.rb', line 288

def module_contents
  elements[1]
end

#prefixObject



284
285
286
# File 'lib/treetop/compiler/metagrammar.rb', line 284

def prefix
  elements[0]
end

#suffixObject



292
293
294
# File 'lib/treetop/compiler/metagrammar.rb', line 292

def suffix
  elements[2]
end