Object
# File lib/racc/state.rb, line 886 def goto_id @goto_state.ident end
# File lib/racc/state.rb, line 890 def inspect "<shift #{@goto_state.ident}>" end
# File lib/racc/state.rb, line 880 def initialize(goto) @goto_state = goto end