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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1383
1384
1385
# File 'lib/treetop/compiler/metagrammar.rb', line 1383

def atomic
  elements[1]
end

#prefixObject



1379
1380
1381
# File 'lib/treetop/compiler/metagrammar.rb', line 1379

def prefix
  elements[0]
end