Module: Treetop::Compiler::Metagrammar::Primary0

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1415
1416
1417
# File 'lib/treetop/compiler/metagrammar.rb', line 1415

def atomic
  elements[1]
end

#prefixObject



1411
1412
1413
# File 'lib/treetop/compiler/metagrammar.rb', line 1411

def prefix
  elements[0]
end