Package adams.parser.actorsuggestion
Interface sym
-
public interface symCUP generated interface containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static intACCEPTSstatic intAFTERstatic intALLOWSstatic intANDstatic intANYPARENTstatic intBEFOREstatic intBOOLEANstatic intCLASSNAMEstatic intCMDLINEstatic intEOFstatic interrorstatic intFALSEstatic intFOLLOWINGstatic intGENERATESstatic intIFstatic intISstatic intISFIRSTstatic intISLASTstatic intLIKEstatic intLPARENstatic intNOTstatic intORstatic intPARENTstatic intPRECEDINGstatic intRPARENstatic intSINKstatic intSOURCEstatic intSTANDALONEstatic String[]terminalNamesstatic intTHENstatic intTRANSFORMERstatic intTRUE
-
-
-
Field Detail
-
FOLLOWING
static final int FOLLOWING
- See Also:
- Constant Field Values
-
AND
static final int AND
- See Also:
- Constant Field Values
-
CLASSNAME
static final int CLASSNAME
- See Also:
- Constant Field Values
-
ALLOWS
static final int ALLOWS
- See Also:
- Constant Field Values
-
IS
static final int IS
- See Also:
- Constant Field Values
-
OR
static final int OR
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
SOURCE
static final int SOURCE
- See Also:
- Constant Field Values
-
THEN
static final int THEN
- See Also:
- Constant Field Values
-
CMDLINE
static final int CMDLINE
- See Also:
- Constant Field Values
-
ISFIRST
static final int ISFIRST
- See Also:
- Constant Field Values
-
NOT
static final int NOT
- See Also:
- Constant Field Values
-
GENERATES
static final int GENERATES
- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
- See Also:
- Constant Field Values
-
IF
static final int IF
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
ANYPARENT
static final int ANYPARENT
- See Also:
- Constant Field Values
-
TRANSFORMER
static final int TRANSFORMER
- See Also:
- Constant Field Values
-
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
-
ACCEPTS
static final int ACCEPTS
- See Also:
- Constant Field Values
-
BEFORE
static final int BEFORE
- See Also:
- Constant Field Values
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
PRECEDING
static final int PRECEDING
- See Also:
- Constant Field Values
-
STANDALONE
static final int STANDALONE
- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
- See Also:
- Constant Field Values
-
SINK
static final int SINK
- See Also:
- Constant Field Values
-
error
static final int error
- See Also:
- Constant Field Values
-
ISLAST
static final int ISLAST
- See Also:
- Constant Field Values
-
AFTER
static final int AFTER
- See Also:
- Constant Field Values
-
LIKE
static final int LIKE
- See Also:
- Constant Field Values
-
PARENT
static final int PARENT
- See Also:
- Constant Field Values
-
terminalNames
static final String[] terminalNames
-
-