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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1009
1010
1011
# File 'lib/treetop/compiler/metagrammar.rb', line 1009

def atomic
  elements[1]
end

#prefixObject



1005
1006
1007
# File 'lib/treetop/compiler/metagrammar.rb', line 1005

def prefix
  elements[0]
end