|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
-------------------------------------------------------------------------------------------
Source File: GPMessageConstants.java
Author: Matthew Hawkins
Description: A set of constants associated with telling the user what the parsing
engine has done.
-------------------------------------------------------------------------------------------
Revision List
Author Version Description
------ ------- -----------
MPH 1.0 First Issue
| Field Summary | |
static int |
gpMsgAccept
Grammar complete |
static int |
gpMsgCommentError
Reached the end of the file - mostly due to being stuck in comment mode |
static int |
gpMsgInternalError
Something is wrong, very wrong |
static int |
gpMsgLexicalError
Token not recognized |
static int |
gpMsgNotLoadedError
No grammar is loaded |
static int |
gpMsgReduction
A rule is reduced |
static int |
gpMsgSyntaxError
Token is not expected |
static int |
gpMsgTokenRead
A new token is read |
| Field Detail |
public static final int gpMsgTokenRead
public static final int gpMsgReduction
public static final int gpMsgAccept
public static final int gpMsgNotLoadedError
public static final int gpMsgLexicalError
public static final int gpMsgSyntaxError
public static final int gpMsgCommentError
public static final int gpMsgInternalError
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||