Class: Lrama::State::ReduceReduceConflict
- Inherits:
-
Struct
- Object
- Struct
- Lrama::State::ReduceReduceConflict
- Defined in:
- lib/lrama/state/reduce_reduce_conflict.rb
Instance Attribute Summary collapse
-
#reduce1 ⇒ Object
Returns the value of attribute reduce1.
-
#reduce2 ⇒ Object
Returns the value of attribute reduce2.
-
#symbols ⇒ Object
Returns the value of attribute symbols.
Instance Method Summary collapse
Instance Attribute Details
#reduce1 ⇒ Object
Returns the value of attribute reduce1
3 4 5 |
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 3 def reduce1 @reduce1 end |
#reduce2 ⇒ Object
Returns the value of attribute reduce2
3 4 5 |
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 3 def reduce2 @reduce2 end |
#symbols ⇒ Object
Returns the value of attribute symbols
3 4 5 |
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 3 def symbols @symbols end |
Instance Method Details
#type ⇒ Object
4 5 6 |
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 4 def type :reduce_reduce end |