class RLTK::Parser::ParseStack::GoTo

The GoTo class indicates to the parser that it should goto the state specified by GoTo.id.

Public Instance Methods

to_s() click to toggle source

@return [String] String representation of this action.

# File lib/rltk/parser.rb, line 1651
def to_s
        "GoTo #{self.id}"
end