Module: Treetop::Compiler::Metagrammar::Primary2

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1652
1653
1654
# File 'lib/treetop/compiler/metagrammar.rb', line 1652

def atomic
  elements[2]
end

#prefixObject



1648
1649
1650
# File 'lib/treetop/compiler/metagrammar.rb', line 1648

def prefix
  elements[0]
end