Assembler
Class sym
java.lang.Object
Assembler.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 |
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
NEGATIVE
public static final int NEGATIVE
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
ORG
public static final int ORG
- See Also:
- Constant Field Values
BIN
public static final int BIN
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
error
public static final int error
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
HEX
public static final int HEX
- See Also:
- Constant Field Values
NEWLINE
public static final int NEWLINE
- See Also:
- Constant Field Values
DEC
public static final int DEC
- See Also:
- Constant Field Values
END
public static final int END
- See Also:
- Constant Field Values
sym
public sym()