Package adams.parser.templatesuggestion
Interface sym
-
public interface sym
CUP generated interface containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AFTER
static int
AND
static int
BEFORE
static int
BOOLEAN
static int
CLASSNAME
static int
EOF
static int
error
static int
FALSE
static int
IF
static int
IS
static int
ISFIRST
static int
ISLAST
static int
LPAREN
static int
NOT
static int
OR
static int
PARENT
static int
RPAREN
static int
SINK
static int
SOURCE
static int
STANDALONE
static String[]
terminalNames
static int
THEN
static int
TRANSFORMER
static int
TRUE
-
-
-
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
-
-