Parse
Interface MiniJavaConstants
- All Known Implementing Classes:
- MiniJava, MiniJavaTokenManager
public interface MiniJavaConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
ASSIGN
static final int ASSIGN
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
INCR
static final int INCR
- See Also:
- Constant Field Values
DECR
static final int DECR
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
NE
static final int NE
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
GE
static final int GE
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
ADD
static final int ADD
- See Also:
- Constant Field Values
SUB
static final int SUB
- See Also:
- Constant Field Values
MUL
static final int MUL
- See Also:
- Constant Field Values
DIV
static final int DIV
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
LBRACK
static final int LBRACK
- See Also:
- Constant Field Values
RBRACK
static final int RBRACK
- See Also:
- Constant Field Values
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
NEW
static final int NEW
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
QUESTION
static final int QUESTION
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
BREAK
static final int BREAK
- See Also:
- Constant Field Values
CLASS
static final int CLASS
- See Also:
- Constant Field Values
CONTINUE
static final int CONTINUE
- See Also:
- Constant Field Values
DO
static final int DO
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
EXTENDS
static final int EXTENDS
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
FOR
static final int FOR
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
INT
static final int INT
- See Also:
- Constant Field Values
NATIVE
static final int NATIVE
- See Also:
- Constant Field Values
NULL
static final int NULL
- See Also:
- Constant Field Values
PUBLIC
static final int PUBLIC
- See Also:
- Constant Field Values
RETURN
static final int RETURN
- See Also:
- Constant Field Values
STATIC
static final int STATIC
- See Also:
- Constant Field Values
SUPER
static final int SUPER
- See Also:
- Constant Field Values
THIS
static final int THIS
- See Also:
- Constant Field Values
THROWS
static final int THROWS
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
VOID
static final int VOID
- See Also:
- Constant Field Values
WHILE
static final int WHILE
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
FORMAL_COMMENT
static final int FORMAL_COMMENT
- See Also:
- Constant Field Values
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
DEC
static final int DEC
- See Also:
- Constant Field Values
HEX
static final int HEX
- See Also:
- Constant Field Values
OCT
static final int OCT
- See Also:
- Constant Field Values
CHAR
static final int CHAR
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
IN_SINGLE_LINE_COMMENT
static final int IN_SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
IN_FORMAL_COMMENT
static final int IN_FORMAL_COMMENT
- See Also:
- Constant Field Values
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage