Class: RLTK::Parser::Shift
Overview
The Shift class indicates to the parser that it should shift the current input token.
Instance Attribute Summary
Attributes inherited from Action
Instance Method Summary (collapse)
Methods inherited from Action
Constructor Details
This class inherits a constructor from RLTK::Parser::Action
Instance Method Details
- (Object) to_s
1349 1350 1351 |
# File 'lib/rltk/parser.rb', line 1349 def to_s "Shift to State #{self.id}" end |