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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1935
1936
1937
# File 'lib/treetop/compiler/metagrammar.rb', line 1935

def atomic
  elements[0]
end

#suffixObject



1939
1940
1941
# File 'lib/treetop/compiler/metagrammar.rb', line 1939

def suffix
  elements[1]
end