Module: Treetop::Compiler::Metagrammar::Grammar1

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

Instance Method Summary collapse

Instance Method Details

#declaration_sequenceObject



499
500
501
# File 'lib/treetop/compiler/metagrammar.rb', line 499

def declaration_sequence
  elements[5]
end

#grammar_nameObject



491
492
493
# File 'lib/treetop/compiler/metagrammar.rb', line 491

def grammar_name
  elements[2]
end

#space1Object



487
488
489
# File 'lib/treetop/compiler/metagrammar.rb', line 487

def space1
  elements[1]
end

#space2Object



495
496
497
# File 'lib/treetop/compiler/metagrammar.rb', line 495

def space2
  elements[3]
end