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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1284
1285
1286
# File 'lib/treetop/compiler/metagrammar.rb', line 1284

def atomic
  elements[1]
end

#prefixObject



1280
1281
1282
# File 'lib/treetop/compiler/metagrammar.rb', line 1280

def prefix
  elements[0]
end