coursesolutions.courseparser
Class sym
java.lang.Object
coursesolutions.courseparser.sym
public class sym
- extends java.lang.Object
CUP generated class containing symbol constants.
|
Constructor Summary |
sym()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OP_NE
public static final int OP_NE
- See Also:
- Constant Field Values
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
PERIOD
public static final int PERIOD
- See Also:
- Constant Field Values
PLUSOP
public static final int PLUSOP
- See Also:
- Constant Field Values
MINUSOP
public static final int MINUSOP
- See Also:
- Constant Field Values
OP_GT
public static final int OP_GT
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
PRIVATE
public static final int PRIVATE
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
TILDE
public static final int TILDE
- See Also:
- Constant Field Values
INSTANCEOF
public static final int INSTANCEOF
- See Also:
- Constant Field Values
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
ASTERICK
public static final int ASTERICK
- See Also:
- Constant Field Values
OP_GE
public static final int OP_GE
- See Also:
- Constant Field Values
BANG
public static final int BANG
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
CLASS
public static final int CLASS
- See Also:
- Constant Field Values
INC
public static final int INC
- See Also:
- Constant Field Values
RSLASH
public static final int RSLASH
- See Also:
- Constant Field Values
IF
public static final int IF
- See Also:
- Constant Field Values
OP_LOR
public static final int OP_LOR
- See Also:
- Constant Field Values
THIS
public static final int THIS
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
RETURN
public static final int RETURN
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
SUPER
public static final int SUPER
- 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
OP_LT
public static final int OP_LT
- See Also:
- Constant Field Values
PERCENT
public static final int PERCENT
- See Also:
- Constant Field Values
PIPE
public static final int PIPE
- See Also:
- Constant Field Values
HAT
public static final int HAT
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
VOID
public static final int VOID
- See Also:
- Constant Field Values
LITERAL
public static final int LITERAL
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
OP_LE
public static final int OP_LE
- See Also:
- Constant Field Values
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
ELSE
public static final int ELSE
- See Also:
- Constant Field Values
WHILE
public static final int WHILE
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
PUBLIC
public static final int PUBLIC
- See Also:
- Constant Field Values
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
OP_EQ
public static final int OP_EQ
- See Also:
- Constant Field Values
QUESTION
public static final int QUESTION
- See Also:
- Constant Field Values
ASS_ADD
public static final int ASS_ADD
- See Also:
- Constant Field Values
FLOATNUMBER
public static final int FLOATNUMBER
- See Also:
- Constant Field Values
RIGHTARROW
public static final int RIGHTARROW
- See Also:
- Constant Field Values
DEC
public static final int DEC
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
DOUBLECOLON
public static final int DOUBLECOLON
- See Also:
- Constant Field Values
OP_LAND
public static final int OP_LAND
- See Also:
- Constant Field Values
INTNUMBER
public static final int INTNUMBER
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
sym
public sym()