Package mini_c
Class sym
- java.lang.Object
 - 
- mini_c.sym
 
 
- 
public class sym extends java.lang.ObjectCUP generated class containing symbol constants. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intAMPAMPstatic intARROWstatic intBARBARstatic intCMPstatic intCOMMAstatic intDIVstatic intELSEstatic intEOFstatic intEQstatic intEQUALstatic interrorstatic intIDENTstatic intIFstatic intINTstatic intINTEGERstatic intLBRAstatic intLPstatic intMINUSstatic intNEQstatic intNOTstatic intPLUSstatic intRBRAstatic intRETURNstatic intRPstatic intSEMICOLONstatic intSIZEOFstatic intSTRUCTstatic intTIMESstatic intUMINUSstatic intWHILE 
- 
Constructor Summary
Constructors Constructor Description sym() 
 - 
 
- 
- 
Field Detail
- 
TIMES
public static final int TIMES
- See Also:
 - Constant Field Values
 
 
- 
SIZEOF
public static final int SIZEOF
- See Also:
 - Constant Field Values
 
 
- 
SEMICOLON
public static final int SEMICOLON
- See Also:
 - Constant Field Values
 
 
- 
ELSE
public static final int ELSE
- See Also:
 - Constant Field Values
 
 
- 
IDENT
public static final int IDENT
- See Also:
 - Constant Field Values
 
 
- 
PLUS
public static final int PLUS
- See Also:
 - Constant Field Values
 
 
- 
STRUCT
public static final int STRUCT
- See Also:
 - Constant Field Values
 
 
- 
INT
public static final int INT
- See Also:
 - Constant Field Values
 
 
- 
EQUAL
public static final int EQUAL
- See Also:
 - Constant Field Values
 
 
- 
LP
public static final int LP
- See Also:
 - Constant Field Values
 
 
- 
AMPAMP
public static final int AMPAMP
- See Also:
 - Constant Field Values
 
 
- 
WHILE
public static final int WHILE
- See Also:
 - Constant Field Values
 
 
- 
RP
public static final int RP
- See Also:
 - Constant Field Values
 
 
- 
NOT
public static final int NOT
- See Also:
 - Constant Field Values
 
 
- 
RBRA
public static final int RBRA
- See Also:
 - Constant Field Values
 
 
- 
RETURN
public static final int RETURN
- See Also:
 - Constant Field Values
 
 
- 
IF
public static final int IF
- See Also:
 - Constant Field Values
 
 
- 
LBRA
public static final int LBRA
- See Also:
 - Constant Field Values
 
 
- 
COMMA
public static final int COMMA
- See Also:
 - Constant Field Values
 
 
- 
EOF
public static final int EOF
- See Also:
 - Constant Field Values
 
 
- 
CMP
public static final int CMP
- See Also:
 - Constant Field Values
 
 
- 
DIV
public static final int DIV
- See Also:
 - Constant Field Values
 
 
- 
BARBAR
public static final int BARBAR
- See Also:
 - Constant Field Values
 
 
- 
MINUS
public static final int MINUS
- See Also:
 - Constant Field Values
 
 
- 
ARROW
public static final int ARROW
- See Also:
 - Constant Field Values
 
 
- 
error
public static final int error
- See Also:
 - Constant Field Values
 
 
- 
EQ
public static final int EQ
- See Also:
 - Constant Field Values
 
 
- 
INTEGER
public static final int INTEGER
- See Also:
 - Constant Field Values
 
 
- 
NEQ
public static final int NEQ
- See Also:
 - Constant Field Values
 
 
- 
UMINUS
public static final int UMINUS
- See Also:
 - Constant Field Values
 
 
 - 
 
 -