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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1960
1961
1962
# File 'lib/treetop/compiler/metagrammar.rb', line 1960

def atomic
  elements[0]
end

#suffixObject



1964
1965
1966
# File 'lib/treetop/compiler/metagrammar.rb', line 1964

def suffix
  elements[1]
end