class Racc::Shift
Attributes
Public Class Methods
Source
# File bundled-src/racc-1.8.1/lib/racc/state.rb, line 885 def initialize(goto) @goto_state = goto end
Public Instance Methods
Source
# File bundled-src/racc-1.8.1/lib/racc/state.rb, line 891 def goto_id @goto_state.ident end
Source
# File bundled-src/racc-1.8.1/lib/racc/state.rb, line 895 def inspect "<shift #{@goto_state.ident}>" end