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 |
VAR
public static final int VAR
- See Also:
- Constant Field Values
error
public static final int error
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
DIVIDE
public static final int DIVIDE
- See Also:
- Constant Field Values
TIMES
public static final int TIMES
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
sym
public sym()