Parser
Class sym
java.lang.Object
Parser.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 |
ALU_SUB
public static final int ALU_SUB
- See Also:
- Constant Field Values
ALU_FILL_ONE
public static final int ALU_FILL_ONE
- See Also:
- Constant Field Values
INCREMENT
public static final int INCREMENT
- See Also:
- Constant Field Values
ALU_LE
public static final int ALU_LE
- See Also:
- Constant Field Values
CHANGED
public static final int CHANGED
- See Also:
- Constant Field Values
E_ASSIGN
public static final int E_ASSIGN
- See Also:
- Constant Field Values
FORMAT
public static final int FORMAT
- See Also:
- Constant Field Values
F_ASSIGN
public static final int F_ASSIGN
- See Also:
- Constant Field Values
R_SQUARE
public static final int R_SQUARE
- See Also:
- Constant Field Values
ALU_MULT
public static final int ALU_MULT
- See Also:
- Constant Field Values
ALU_EQ
public static final int ALU_EQ
- See Also:
- Constant Field Values
ALU_XOR
public static final int ALU_XOR
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
TAG
public static final int TAG
- See Also:
- Constant Field Values
OPCODE
public static final int OPCODE
- 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
ACCESSMODES
public static final int ACCESSMODES
- See Also:
- Constant Field Values
COMPLEMENT
public static final int COMPLEMENT
- See Also:
- Constant Field Values
ALU_AND
public static final int ALU_AND
- See Also:
- Constant Field Values
ALU_NOT
public static final int ALU_NOT
- See Also:
- Constant Field Values
ALU_NE
public static final int ALU_NE
- See Also:
- Constant Field Values
CODE
public static final int CODE
- See Also:
- Constant Field Values
IF
public static final int IF
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
R_BRACKET
public static final int R_BRACKET
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
DECIMAL
public static final int DECIMAL
- See Also:
- Constant Field Values
ALU_DIV
public static final int ALU_DIV
- See Also:
- Constant Field Values
L_TRIANGULAR
public static final int L_TRIANGULAR
- See Also:
- Constant Field Values
error
public static final int error
- See Also:
- Constant Field Values
L_CURLY
public static final int L_CURLY
- See Also:
- Constant Field Values
R_CURLY
public static final int R_CURLY
- See Also:
- Constant Field Values
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
ALU_GR
public static final int ALU_GR
- See Also:
- Constant Field Values
STRINGVAL
public static final int STRINGVAL
- See Also:
- Constant Field Values
ALU_FILL_ZERO
public static final int ALU_FILL_ZERO
- See Also:
- Constant Field Values
ALU_L_SHIFT
public static final int ALU_L_SHIFT
- See Also:
- Constant Field Values
ALU_MOD
public static final int ALU_MOD
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
ALU_R_SHIFT
public static final int ALU_R_SHIFT
- See Also:
- Constant Field Values
ALU_GE
public static final int ALU_GE
- See Also:
- Constant Field Values
R_TRIANGULAR
public static final int R_TRIANGULAR
- See Also:
- Constant Field Values
L_SQUARE
public static final int L_SQUARE
- See Also:
- Constant Field Values
A_ASSIGN
public static final int A_ASSIGN
- See Also:
- Constant Field Values
CLEAR
public static final int CLEAR
- See Also:
- Constant Field Values
END
public static final int END
- See Also:
- Constant Field Values
CYCLE
public static final int CYCLE
- See Also:
- Constant Field Values
L_BRACKET
public static final int L_BRACKET
- See Also:
- Constant Field Values
ALU_SUM
public static final int ALU_SUM
- See Also:
- Constant Field Values
ALU_LS
public static final int ALU_LS
- See Also:
- Constant Field Values
HYPHEN
public static final int HYPHEN
- See Also:
- Constant Field Values
ALU_OR
public static final int ALU_OR
- See Also:
- Constant Field Values
HLT
public static final int HLT
- See Also:
- Constant Field Values
AM
public static final int AM
- See Also:
- Constant Field Values
SET
public static final int SET
- See Also:
- Constant Field Values
sym
public sym()