Module: Treetop::Compiler::Metagrammar::ModuleDeclaration0

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

Instance Method Summary collapse

Instance Method Details

#space1Object



237
238
239
# File 'lib/treetop/compiler/metagrammar.rb', line 237

def space1
  elements[1]
end

#space2Object



241
242
243
# File 'lib/treetop/compiler/metagrammar.rb', line 241

def space2
  elements[4]
end