Parse
Interface MiniJavaConstants

All Known Implementing Classes:
MiniJava, MiniJavaTokenManager

public interface MiniJavaConstants


Field Summary
static int ADD
           
static int AND
           
static int ASSIGN
           
static int BOOLEAN
           
static int BREAK
           
static int CHAR
           
static int CLASS
           
static int COLON
           
static int COMMA
           
static int CONTINUE
           
static int DEC
           
static int DECR
           
static int DEFAULT
           
static int DIGIT
           
static int DIV
           
static int DO
           
static int DOT
           
static int ELSE
           
static int EOF
           
static int EQ
           
static int EXTENDS
           
static int FALSE
           
static int FOR
           
static int FORMAL_COMMENT
           
static int GE
           
static int GT
           
static int HEX
           
static int ID
           
static int IF
           
static int IN_FORMAL_COMMENT
           
static int IN_MULTI_LINE_COMMENT
           
static int IN_SINGLE_LINE_COMMENT
           
static int INCR
           
static int INT
           
static int LBRACE
           
static int LBRACK
           
static int LE
           
static int LETTER
           
static int LPAREN
           
static int LT
           
static int MUL
           
static int MULTI_LINE_COMMENT
           
static int NATIVE
           
static int NE
           
static int NEW
           
static int NOT
           
static int NULL
           
static int OCT
           
static int OR
           
static int PUBLIC
           
static int QUESTION
           
static int RBRACE
           
static int RBRACK
           
static int RETURN
           
static int RPAREN
           
static int SEMICOLON
           
static int SINGLE_LINE_COMMENT
           
static int STATIC
           
static int STRING
           
static int SUB
           
static int SUPER
           
static int THIS
           
static int THROWS
           
static java.lang.String[] tokenImage
           
static int TRUE
           
static int VOID
           
static int WHILE
           
 

Field Detail

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