Module: Treetop::Compiler::Metagrammar::ModuleDeclaration2

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

Instance Method Summary collapse

Instance Method Details

#nameObject



265
266
267
# File 'lib/treetop/compiler/metagrammar.rb', line 265

def name
  elements[2]
end

#space1Object



261
262
263
# File 'lib/treetop/compiler/metagrammar.rb', line 261

def space1
  elements[1]
end

#space2Object



269
270
271
# File 'lib/treetop/compiler/metagrammar.rb', line 269

def space2
  elements[3]
end