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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1574
1575
1576
# File 'lib/treetop/compiler/metagrammar.rb', line 1574

def atomic
  elements[0]
end

#suffixObject



1578
1579
1580
# File 'lib/treetop/compiler/metagrammar.rb', line 1578

def suffix
  elements[1]
end