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

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

Instance Method Summary collapse

Instance Method Details

#nameObject



267
268
269
# File 'lib/treetop/compiler/metagrammar.rb', line 267

def name
  elements[2]
end

#space1Object



263
264
265
# File 'lib/treetop/compiler/metagrammar.rb', line 263

def space1
  elements[1]
end

#space2Object



271
272
273
# File 'lib/treetop/compiler/metagrammar.rb', line 271

def space2
  elements[3]
end