Module: Treetop::Compiler::Metagrammar::SequencePrimary2

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



2034
2035
2036
# File 'lib/treetop/compiler/metagrammar.rb', line 2034

def atomic
  elements[2]
end

#prefixObject



2030
2031
2032
# File 'lib/treetop/compiler/metagrammar.rb', line 2030

def prefix
  elements[0]
end