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



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

def reduce1
  @reduce1
end

#reduce2Object

Returns the value of attribute reduce2

Returns:

  • (Object)

    the current value of reduce2



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

def reduce2
  @reduce2
end

#symbolsObject

Returns the value of attribute symbols

Returns:

  • (Object)

    the current value of symbols



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

def symbols
  @symbols
end

Instance Method Details

#typeObject



6
7
8
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 6

def type
  :reduce_reduce
end