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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1447
1448
1449
# File 'lib/treetop/compiler/metagrammar.rb', line 1447

def atomic
  elements[2]
end

#prefixObject



1443
1444
1445
# File 'lib/treetop/compiler/metagrammar.rb', line 1443

def prefix
  elements[0]
end