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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1424
1425
1426
# File 'lib/treetop/compiler/metagrammar.rb', line 1424

def atomic
  elements[1]
end

#prefixObject



1420
1421
1422
# File 'lib/treetop/compiler/metagrammar.rb', line 1420

def prefix
  elements[0]
end