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
-------------------------------------------------------------------------------------------


Field Summary
static int parseResultAccept
           
static int parseResultInternalError
           
static int parseResultReduceEliminated
           
static int parseResultReduceNormal
           
static int parseResultShift
           
static int parseResultSyntaxError
           
 

Field Detail

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