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