Module: Treetop::Compiler::Metagrammar::ParsingRule0

Defined in:
lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#nonterminalObject



585
586
587
# File 'lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb', line 585

def nonterminal
  elements[2]
end

#parsing_expressionObject



593
594
595
# File 'lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb', line 593

def parsing_expression
  elements[4]
end

#spaceObject



581
582
583
# File 'lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb', line 581

def space
  elements[1]
end