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
5 6 7 |
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 5 def reduce1 @reduce1 end |
#reduce2 ⇒ Object
Returns the value of attribute reduce2
5 6 7 |
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 5 def reduce2 @reduce2 end |
#symbols ⇒ Object
Returns the value of attribute symbols
5 6 7 |
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 5 def symbols @symbols end |
Instance Method Details
#type ⇒ Object
6 7 8 |
# File 'lib/lrama/state/reduce_reduce_conflict.rb', line 6 def type :reduce_reduce end |