java_cup
public class shift_action extends parse_action
Version: last updated: 11/25/95
| Field Summary | |
|---|---|
| protected lalr_state | _shift_to The state we shift to. |
| Constructor Summary | |
|---|---|
| shift_action(lalr_state shft_to) Simple constructor. | |
| Method Summary | |
|---|---|
| boolean | equals(shift_action other) Equality test. |
| boolean | equals(Object other) Generic equality test. |
| int | hashCode() Compute a hash code. |
| int | kind() Quick access to type of action. |
| lalr_state | shift_to() The state we shift to. |
| String | toString() Convert to a string. |
Parameters: shft_to the state that this action shifts to.