Class: Racc::Shift
Instance Attribute Summary collapse
-
#goto_state ⇒ Object
readonly
Returns the value of attribute goto_state.
Instance Method Summary collapse
- #goto_id ⇒ Object
-
#initialize(goto) ⇒ Shift
constructor
A new instance of Shift.
- #inspect ⇒ Object
Constructor Details
#initialize(goto) ⇒ Shift
Returns a new instance of Shift.
880 881 882 |
# File 'lib/racc/state.rb', line 880 def initialize(goto) @goto_state = goto end |
Instance Attribute Details
#goto_state ⇒ Object (readonly)
Returns the value of attribute goto_state.
884 885 886 |
# File 'lib/racc/state.rb', line 884 def goto_state @goto_state end |