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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



941
942
943
# File 'lib/treetop/compiler/metagrammar.rb', line 941

def atomic
  elements[1]
end

#prefixObject



937
938
939
# File 'lib/treetop/compiler/metagrammar.rb', line 937

def prefix
  elements[0]
end