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