Module: Treetop::Compiler::Metagrammar::Primary2

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1435
1436
1437
# File 'lib/treetop/compiler/metagrammar.rb', line 1435

def atomic
  elements[2]
end

#prefixObject



1431
1432
1433
# File 'lib/treetop/compiler/metagrammar.rb', line 1431

def prefix
  elements[0]
end