goldengine.java
Interface ParseResultConstants
- All Known Implementing Classes:
- GOLDParser
- public interface ParseResultConstants
-------------------------------------------------------------------------------------------
Source File: ParseResultConstants.java
Author: Matthew Hawkins
Description: Set of Constants associated with what Action should be performed after a parse.
Do NOT change the numbers!
-------------------------------------------------------------------------------------------
Revision List
Author Version Description
------ ------- -----------
MPH 1.0 First Issue
-------------------------------------------------------------------------------------------
IMPORT: NONE
-------------------------------------------------------------------------------------------
parseResultAccept
public static final int parseResultAccept
parseResultShift
public static final int parseResultShift
parseResultReduceNormal
public static final int parseResultReduceNormal
parseResultReduceEliminated
public static final int parseResultReduceEliminated
parseResultSyntaxError
public static final int parseResultSyntaxError
parseResultInternalError
public static final int parseResultInternalError