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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1616
1617
1618
# File 'lib/treetop/compiler/metagrammar.rb', line 1616

def atomic
  elements[1]
end

#prefixObject



1612
1613
1614
# File 'lib/treetop/compiler/metagrammar.rb', line 1612

def prefix
  elements[0]
end