Class ASTConstants
java.lang.Object
  
ASTConstants
public class ASTConstants
- extends java.lang.Object
 
CUP generated class containing symbol constants.
 
 
 
| 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
 
STR
public static final int STR
- See Also:
 - Constant Field Values
 
NO_EXPR
public static final int NO_EXPR
- See Also:
 - Constant Field Values
 
COND
public static final int COND
- See Also:
 - Constant Field Values
 
LPAREN
public static final int LPAREN
- See Also:
 - Constant Field Values
 
INT
public static final int INT
- See Also:
 - Constant Field Values
 
FORMAL
public static final int FORMAL
- See Also:
 - Constant Field Values
 
STR_CONST
public static final int STR_CONST
- See Also:
 - Constant Field Values
 
RPAREN
public static final int RPAREN
- See Also:
 - Constant Field Values
 
NO_TYPE
public static final int NO_TYPE
- See Also:
 - Constant Field Values
 
LT
public static final int LT
- See Also:
 - Constant Field Values
 
BLOCK
public static final int BLOCK
- See Also:
 - Constant Field Values
 
OBJECT
public static final int OBJECT
- See Also:
 - Constant Field Values
 
BOOL
public static final int BOOL
- See Also:
 - Constant Field Values
 
CLASS
public static final int CLASS
- See Also:
 - Constant Field Values
 
COMP
public static final int COMP
- See Also:
 - Constant Field Values
 
TYPCASE
public static final int TYPCASE
- See Also:
 - Constant Field Values
 
LOOP
public static final int LOOP
- See Also:
 - Constant Field Values
 
PLUS
public static final int PLUS
- See Also:
 - Constant Field Values
 
ASSIGN
public static final int ASSIGN
- See Also:
 - Constant Field Values
 
ID
public static final int ID
- See Also:
 - Constant Field Values
 
EOF
public static final int EOF
- See Also:
 - Constant Field Values
 
METHOD
public static final int METHOD
- See Also:
 - Constant Field Values
 
INT_CONST
public static final int INT_CONST
- See Also:
 - Constant Field Values
 
NEW
public static final int NEW
- See Also:
 - Constant Field Values
 
error
public static final int error
- See Also:
 - Constant Field Values
 
PROGRAM
public static final int PROGRAM
- See Also:
 - Constant Field Values
 
MUL
public static final int MUL
- See Also:
 - Constant Field Values
 
ISVOID
public static final int ISVOID
- See Also:
 - Constant Field Values
 
EQ
public static final int EQ
- See Also:
 - Constant Field Values
 
BRANCH
public static final int BRANCH
- See Also:
 - Constant Field Values
 
ATTR
public static final int ATTR
- See Also:
 - Constant Field Values
 
COLON
public static final int COLON
- See Also:
 - Constant Field Values
 
NEG
public static final int NEG
- See Also:
 - Constant Field Values
 
DISPATCH
public static final int DISPATCH
- See Also:
 - Constant Field Values
 
LET
public static final int LET
- See Also:
 - Constant Field Values
 
LEQ
public static final int LEQ
- See Also:
 - Constant Field Values
 
STATIC_DISPATCH
public static final int STATIC_DISPATCH
- See Also:
 - Constant Field Values
 
SUB
public static final int SUB
- See Also:
 - Constant Field Values
 
LINENO
public static final int LINENO
- See Also:
 - Constant Field Values
 
ASTConstants
public ASTConstants()