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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1360
1361
1362
# File 'lib/treetop/compiler/metagrammar.rb', line 1360

def atomic
  elements[0]
end

#suffixObject



1364
1365
1366
# File 'lib/treetop/compiler/metagrammar.rb', line 1364

def suffix
  elements[1]
end