Module: Treetop::Compiler::Metagrammar::SequencePrimary4

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



2008
2009
2010
# File 'lib/treetop/compiler/metagrammar.rb', line 2008

def atomic
  elements[0]
end

#suffixObject



2012
2013
2014
# File 'lib/treetop/compiler/metagrammar.rb', line 2012

def suffix
  elements[1]
end