Class sym
java.lang.Object
sym
- public class sym
- extends java.lang.Object
CUP generated class containing symbol constants.
Constructor Summary |
sym()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIVIDE
public static final int DIVIDE
- See Also:
- Constant Field Values
RT_BRACE
public static final int RT_BRACE
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
UNY_PLUS
public static final int UNY_PLUS
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
LESS
public static final int LESS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
REF
public static final int REF
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
LEFT_BRACE
public static final int LEFT_BRACE
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- 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
EOF
public static final int EOF
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
GTR
public static final int GTR
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
error
public static final int error
- See Also:
- Constant Field Values
LEFT_BRKT
public static final int LEFT_BRKT
- See Also:
- Constant Field Values
IDENT
public static final int IDENT
- See Also:
- Constant Field Values
RT_PAREN
public static final int RT_PAREN
- See Also:
- Constant Field Values
VOID
public static final int VOID
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
TIMES
public static final int TIMES
- See Also:
- Constant Field Values
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
NOT_EQ
public static final int NOT_EQ
- See Also:
- Constant Field Values
WHILE
public static final int WHILE
- See Also:
- Constant Field Values
FLOATING_PT
public static final int FLOATING_PT
- See Also:
- Constant Field Values
LESS_EQ
public static final int LESS_EQ
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
UNY_MINUS
public static final int UNY_MINUS
- See Also:
- Constant Field Values
RT_BRKT
public static final int RT_BRKT
- See Also:
- Constant Field Values
LEFT_PAREN
public static final int LEFT_PAREN
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
GTR_EQ
public static final int GTR_EQ
- See Also:
- Constant Field Values
STRUCT
public static final int STRUCT
- See Also:
- Constant Field Values
STRING_LIT
public static final int STRING_LIT
- See Also:
- Constant Field Values
PRINT
public static final int PRINT
- See Also:
- Constant Field Values
EQ_EQ
public static final int EQ_EQ
- See Also:
- Constant Field Values
sym
public sym()