Class: RLTK::Parser::GoTo
Overview
The GoTo class indicates to the parser that it should goto the state specified by GoTo.id.
Instance Attribute Summary
Attributes inherited from Action
Instance Method Summary collapse
-
#to_s ⇒ String
String representation of this action.
Methods inherited from Action
Constructor Details
This class inherits a constructor from RLTK::Parser::Action
Instance Method Details
#to_s ⇒ String
Returns String representation of this action.
1608 1609 1610 |
# File 'lib/rltk/parser.rb', line 1608 def to_s "GoTo #{self.id}" end |