Module: Treetop::Compiler::Metagrammar::SequencePrimary0

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



2002
2003
2004
# File 'lib/treetop/compiler/metagrammar.rb', line 2002

def atomic
  elements[1]
end

#prefixObject



1998
1999
2000
# File 'lib/treetop/compiler/metagrammar.rb', line 1998

def prefix
  elements[0]
end