class RLTK::Parser::ParseStack::Accept

The Accept class indicates to the parser that it should accept the current parse tree.

Public Instance Methods

to_s() click to toggle source

@return [String] String representation of this action.

# File lib/rltk/parser.rb, line 1642
def to_s
        "Accept"
end