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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



2014
2015
2016
# File 'lib/treetop/compiler/metagrammar.rb', line 2014

def atomic
  elements[2]
end

#prefixObject



2010
2011
2012
# File 'lib/treetop/compiler/metagrammar.rb', line 2010

def prefix
  elements[0]
end