|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
-------------------------------------------------------------------------------------------
Source File: ActionConstants.java
Author: Matthew Hawkins
Description: Set of Constants associated with what Action should be performed.
Do NOT change the numbers!
-------------------------------------------------------------------------------------------
Revision List
Author Version Description
------ ------- -----------
MPH 1.0 First Issue
| Field Summary | |
static int |
actionAccept
Input successfully parsed |
static int |
actionError
Programmars see this often! |
static int |
actionGoto
Goto to a state on reduction |
static int |
actionReduce
Reduce by a specified rule |
static int |
actionShift
Shift a symbol and goto a state |
| Field Detail |
public static final int actionShift
public static final int actionReduce
public static final int actionGoto
public static final int actionAccept
public static final int actionError
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||