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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1460
1461
1462
# File 'lib/treetop/compiler/metagrammar.rb', line 1460

def atomic
  elements[2]
end

#prefixObject



1456
1457
1458
# File 'lib/treetop/compiler/metagrammar.rb', line 1456

def prefix
  elements[0]
end