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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



2035
2036
2037
# File 'lib/treetop/compiler/metagrammar.rb', line 2035

def atomic
  elements[0]
end

#suffixObject



2039
2040
2041
# File 'lib/treetop/compiler/metagrammar.rb', line 2039

def suffix
  elements[1]
end