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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1480
1481
1482
# File 'lib/treetop/compiler/metagrammar.rb', line 1480

def atomic
  elements[2]
end

#prefixObject



1476
1477
1478
# File 'lib/treetop/compiler/metagrammar.rb', line 1476

def prefix
  elements[0]
end