Parent

Racc::Shift

Attributes

goto_state[R]

Public Class Methods

new(goto) click to toggle source
     # File lib/racc/state.rb, line 880
880:     def initialize(goto)
881:       @goto_state = goto
882:     end

Public Instance Methods

goto_id() click to toggle source
     # File lib/racc/state.rb, line 886
886:     def goto_id
887:       @goto_state.ident
888:     end
inspect() click to toggle source
     # File lib/racc/state.rb, line 890
890:     def inspect
891:       "<shift #{@goto_state.ident}>"
892:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.