parser
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int AND
          RegularExpression Id.
static int ASSIGN
          RegularExpression Id.
static int BREAK
          RegularExpression Id.
static int CLASS
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int DECR
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DIVIDE
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int ELSE
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int EXTENDS
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FOR
          RegularExpression Id.
static int GE
          RegularExpression Id.
static int GT
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IF
          RegularExpression Id.
static int INCR
          RegularExpression Id.
static int INSTANCEOF
          RegularExpression Id.
static int INTCONST
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LE
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int LSQBRACE
          RegularExpression Id.
static int LT
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MODULUS
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int NE
          RegularExpression Id.
static int NEW
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RETURN
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int RSQBRACE
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int STRINGCONST
          RegularExpression Id.
static int TIMES
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
static int WHILE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

static final int RPAREN
RegularExpression Id.

See Also:
Constant Field Values

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

LSQBRACE

static final int LSQBRACE
RegularExpression Id.

See Also:
Constant Field Values

RSQBRACE

static final int RSQBRACE
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

NE

static final int NE
RegularExpression Id.

See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
RegularExpression Id.

See Also:
Constant Field Values

LT

static final int LT
RegularExpression Id.

See Also:
Constant Field Values

LE

static final int LE
RegularExpression Id.

See Also:
Constant Field Values

GT

static final int GT
RegularExpression Id.

See Also:
Constant Field Values

GE

static final int GE
RegularExpression Id.

See Also:
Constant Field Values

INCR

static final int INCR
RegularExpression Id.

See Also:
Constant Field Values

DECR

static final int DECR
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

TIMES

static final int TIMES
RegularExpression Id.

See Also:
Constant Field Values

DIVIDE

static final int DIVIDE
RegularExpression Id.

See Also:
Constant Field Values

MODULUS

static final int MODULUS
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

CLASS

static final int CLASS
RegularExpression Id.

See Also:
Constant Field Values

ELSE

static final int ELSE
RegularExpression Id.

See Also:
Constant Field Values

EXTENDS

static final int EXTENDS
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

IF

static final int IF
RegularExpression Id.

See Also:
Constant Field Values

WHILE

static final int WHILE
RegularExpression Id.

See Also:
Constant Field Values

FOR

static final int FOR
RegularExpression Id.

See Also:
Constant Field Values

BREAK

static final int BREAK
RegularExpression Id.

See Also:
Constant Field Values

NEW

static final int NEW
RegularExpression Id.

See Also:
Constant Field Values

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

RETURN

static final int RETURN
RegularExpression Id.

See Also:
Constant Field Values

INSTANCEOF

static final int INSTANCEOF
RegularExpression Id.

See Also:
Constant Field Values

INTCONST

static final int INTCONST
RegularExpression Id.

See Also:
Constant Field Values

STRINGCONST

static final int STRINGCONST
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.