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

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

Instance Method Summary collapse

Instance Method Details

#space1Object



228
229
230
# File 'lib/treetop/compiler/metagrammar.rb', line 228

def space1
  elements[1]
end

#space2Object



232
233
234
# File 'lib/treetop/compiler/metagrammar.rb', line 232

def space2
  elements[4]
end