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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1967
1968
1969
# File 'lib/treetop/compiler/metagrammar.rb', line 1967

def atomic
  elements[0]
end

#suffixObject



1971
1972
1973
# File 'lib/treetop/compiler/metagrammar.rb', line 1971

def suffix
  elements[1]
end