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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



2055
2056
2057
# File 'lib/treetop/compiler/metagrammar.rb', line 2055

def atomic
  elements[0]
end

#suffixObject



2059
2060
2061
# File 'lib/treetop/compiler/metagrammar.rb', line 2059

def suffix
  elements[1]
end