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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1716
1717
1718
# File 'lib/treetop/compiler/metagrammar.rb', line 1716

def atomic
  elements[0]
end

#suffixObject



1720
1721
1722
# File 'lib/treetop/compiler/metagrammar.rb', line 1720

def suffix
  elements[1]
end