Class: Lrama::State::ReduceReduceConflict

Inherits:
Struct
  • Object
show all
Defined in:
lib/lrama/state/reduce_reduce_conflict.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#reduce1Object

Returns the value of attribute reduce1

Returns:

  • (Object)

    the current value of reduce1



3
4
5
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 3

def reduce1
  @reduce1
end

#reduce2Object

Returns the value of attribute reduce2

Returns:

  • (Object)

    the current value of reduce2



3
4
5
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 3

def reduce2
  @reduce2
end

#symbolsObject

Returns the value of attribute symbols

Returns:

  • (Object)

    the current value of symbols



3
4
5
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 3

def symbols
  @symbols
end

Instance Method Details

#typeObject



4
5
6
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 4

def type
  :reduce_reduce
end