Class TokenConstants
java.lang.Object
TokenConstants
- public class TokenConstants
- extends java.lang.Object
CUP generated class containing symbol constants.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MULT
public static final int MULT
- See Also:
- Constant Field Values
INHERITS
public static final int INHERITS
- See Also:
- Constant Field Values
POOL
public static final int POOL
- See Also:
- Constant Field Values
CASE
public static final int CASE
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
STR_CONST
public static final int STR_CONST
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
TYPEID
public static final int TYPEID
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
IN
public static final int IN
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
CLASS
public static final int CLASS
- See Also:
- Constant Field Values
FI
public static final int FI
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
LOOP
public static final int LOOP
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
ASSIGN
public static final int ASSIGN
- See Also:
- Constant Field Values
IF
public static final int IF
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
LE
public static final int LE
- See Also:
- Constant Field Values
OF
public static final int OF
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
INT_CONST
public static final int INT_CONST
- See Also:
- Constant Field Values
NEW
public static final int NEW
- See Also:
- Constant Field Values
error
public static final int error
- See Also:
- Constant Field Values
ISVOID
public static final int ISVOID
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
NEG
public static final int NEG
- See Also:
- Constant Field Values
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
DARROW
public static final int DARROW
- See Also:
- Constant Field Values
WHILE
public static final int WHILE
- See Also:
- Constant Field Values
ESAC
public static final int ESAC
- See Also:
- Constant Field Values
LET
public static final int LET
- See Also:
- Constant Field Values
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
LET_STMT
public static final int LET_STMT
- See Also:
- Constant Field Values
THEN
public static final int THEN
- See Also:
- Constant Field Values
BOOL_CONST
public static final int BOOL_CONST
- See Also:
- Constant Field Values
OBJECTID
public static final int OBJECTID
- See Also:
- Constant Field Values
AT
public static final int AT
- See Also:
- Constant Field Values
TokenConstants
public TokenConstants()