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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1448
1449
1450
# File 'lib/treetop/compiler/metagrammar.rb', line 1448

def atomic
  elements[2]
end

#prefixObject



1444
1445
1446
# File 'lib/treetop/compiler/metagrammar.rb', line 1444

def prefix
  elements[0]
end