koala.dynamicjava.parser.impl
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants


Field Summary
static int _DEFAULT
           
static int ABSTRACT
           
static int AND_ASSIGN
           
static int ASSERT
           
static int ASSIGN
           
static int BANG
           
static int BITWISE_AND
           
static int BITWISE_OR
           
static int BOOLEAN
           
static int BREAK
           
static int BYTE
           
static int CASE
           
static int CATCH
           
static int CHAR
           
static int CHARACTER_LITERAL
           
static int CLASS
           
static int COLON
           
static int COMMA
           
static int CONDITIONAL_AND
           
static int CONDITIONAL_OR
           
static int CONST
           
static int CONTINUE
           
static int DECIMAL_LITERAL
           
static int DECREMENT
           
static int DEFAULT
           
static int DIGIT
           
static int DO
           
static int DOT
           
static int DOUBLE
           
static int DOUBLE_LITERAL
           
static int ELSE
           
static int ENUM
           
static int EOF
           
static int EQUAL
           
static int EXPONENT
           
static int EXTENDS
           
static int FALSE
           
static int FINAL
           
static int FINALLY
           
static int FLOAT
           
static int FLOAT_LITERAL
           
static int FOR
           
static int FORMAL_COMMENT
           
static int GOTO
           
static int GREATER_OR_EQUAL
           
static int GREATER_THAN
           
static int HEX_LITERAL
           
static int HOOK
           
static int IDENTIFIER
           
static int IF
           
static int IMPLEMENTS
           
static int IMPORT
           
static int IN_FORMAL_COMMENT
           
static int IN_MULTI_LINE_COMMENT
           
static int IN_SINGLE_LINE_COMMENT
           
static int INCREMENT
           
static int INSTANCEOF
           
static int INT
           
static int INTEGER_LITERAL
           
static int INTERFACE
           
static int LBRACE
           
static int LBRACKET
           
static int LEFT_SHIFT
           
static int LEFT_SHIFT_ASSIGN
           
static int LESS
           
static int LESS_OR_EQUAL
           
static int LETTER
           
static int LONG
           
static int LONG_LITERAL
           
static int LPAREN
           
static int MINUS
           
static int MINUS_ASSIGN
           
static int MULTI_LINE_COMMENT
           
static int NATIVE
           
static int NEW
           
static int NOT_EQUAL
           
static int NULL
           
static int OCTAL_LITERAL
           
static int OR_ASSIGN
           
static int PACKAGE
           
static int PLUS
           
static int PLUS_ASSIGN
           
static int PRIVATE
           
static int PROTECTED
           
static int PUBLIC
           
static int RBRACE
           
static int RBRACKET
           
static int REMAINDER
           
static int REMAINDER_ASSIGN
           
static int RETURN
           
static int RIGHT_SIGNED_SHIFT_ASSIGN
           
static int RIGHT_UNSIGNED_SHIFTASSIGN
           
static int RPAREN
           
static int RSIGNEDSHIFT
           
static int RSSHIFT1
           
static int RSSHIFT2
           
static int RUNSIGNEDSHIFT
           
static int RUSHIFT1
           
static int RUSHIFT2
           
static int RUSHIFT3
           
static int SEMICOLON
           
static int SHORT
           
static int SINGLE_LINE_COMMENT
           
static int SLASH
           
static int SLASH_ASSIGN
           
static int STAR
           
static int STAR_ASSIGN
           
static int STATIC
           
static int STRICTFP
           
static int STRING_LITERAL
           
static int SUPER
           
static int SWITCH
           
static int SYNCHRONIZED
           
static int THIS
           
static int THROW
           
static int THROWS
           
static int TILDE
           
static String[] tokenImage
           
static int TRANSIENT
           
static int TRUE
           
static int TRY
           
static int VAR_ARGS
           
static int VOID
           
static int VOLATILE
           
static int WHILE
           
static int XOR
           
static int XOR_ASSIGN
           
 

Field Detail

EOF

static final int EOF
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

ABSTRACT

static final int ABSTRACT
See Also:
Constant Field Values

ASSERT

static final int ASSERT
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

BYTE

static final int BYTE
See Also:
Constant Field Values

CASE

static final int CASE
See Also:
Constant Field Values

CATCH

static final int CATCH
See Also:
Constant Field Values

CHAR

static final int CHAR
See Also:
Constant Field Values

CLASS

static final int CLASS
See Also:
Constant Field Values

CONST

static final int CONST
See Also:
Constant Field Values

CONTINUE

static final int CONTINUE
See Also:
Constant Field Values

_DEFAULT

static final int _DEFAULT
See Also:
Constant Field Values

DO

static final int DO
See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
See Also:
Constant Field Values

ELSE

static final int ELSE
See Also:
Constant Field Values

ENUM

static final int ENUM
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

FINAL

static final int FINAL
See Also:
Constant Field Values

FINALLY

static final int FINALLY
See Also:
Constant Field Values

FLOAT

static final int FLOAT
See Also:
Constant Field Values

FOR

static final int FOR
See Also:
Constant Field Values

GOTO

static final int GOTO
See Also:
Constant Field Values

IF

static final int IF
See Also:
Constant Field Values

IMPLEMENTS

static final int IMPLEMENTS
See Also:
Constant Field Values

IMPORT

static final int IMPORT
See Also:
Constant Field Values

INSTANCEOF

static final int INSTANCEOF
See Also:
Constant Field Values

INT

static final int INT
See Also:
Constant Field Values

INTERFACE

static final int INTERFACE
See Also:
Constant Field Values

LONG

static final int LONG
See Also:
Constant Field Values

NATIVE

static final int NATIVE
See Also:
Constant Field Values

NEW

static final int NEW
See Also:
Constant Field Values

NULL

static final int NULL
See Also:
Constant Field Values

PACKAGE

static final int PACKAGE
See Also:
Constant Field Values

PRIVATE

static final int PRIVATE
See Also:
Constant Field Values

PROTECTED

static final int PROTECTED
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

SHORT

static final int SHORT
See Also:
Constant Field Values

STATIC

static final int STATIC
See Also:
Constant Field Values

STRICTFP

static final int STRICTFP
See Also:
Constant Field Values

SUPER

static final int SUPER
See Also:
Constant Field Values

SWITCH

static final int SWITCH
See Also:
Constant Field Values

SYNCHRONIZED

static final int SYNCHRONIZED
See Also:
Constant Field Values

THIS

static final int THIS
See Also:
Constant Field Values

THROW

static final int THROW
See Also:
Constant Field Values

THROWS

static final int THROWS
See Also:
Constant Field Values

TRANSIENT

static final int TRANSIENT
See Also:
Constant Field Values

TRUE

static final int TRUE
See Also:
Constant Field Values

TRY

static final int TRY
See Also:
Constant Field Values

VOID

static final int VOID
See Also:
Constant Field Values

VOLATILE

static final int VOLATILE
See Also:
Constant Field Values

WHILE

static final int WHILE
See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
See Also:
Constant Field Values

LONG_LITERAL

static final int LONG_LITERAL
See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
See Also:
Constant Field Values

HEX_LITERAL

static final int HEX_LITERAL
See Also:
Constant Field Values

OCTAL_LITERAL

static final int OCTAL_LITERAL
See Also:
Constant Field Values

FLOAT_LITERAL

static final int FLOAT_LITERAL
See Also:
Constant Field Values

DOUBLE_LITERAL

static final int DOUBLE_LITERAL
See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
See Also:
Constant Field Values

CHARACTER_LITERAL

static final int CHARACTER_LITERAL
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
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

LPAREN

static final int LPAREN
See Also:
Constant Field Values

RPAREN

static final int RPAREN
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

LBRACKET

static final int LBRACKET
See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
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

DOT

static final int DOT
See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
See Also:
Constant Field Values

GREATER_THAN

static final int GREATER_THAN
See Also:
Constant Field Values

LESS

static final int LESS
See Also:
Constant Field Values

BANG

static final int BANG
See Also:
Constant Field Values

TILDE

static final int TILDE
See Also:
Constant Field Values

HOOK

static final int HOOK
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

EQUAL

static final int EQUAL
See Also:
Constant Field Values

LESS_OR_EQUAL

static final int LESS_OR_EQUAL
See Also:
Constant Field Values

GREATER_OR_EQUAL

static final int GREATER_OR_EQUAL
See Also:
Constant Field Values

NOT_EQUAL

static final int NOT_EQUAL
See Also:
Constant Field Values

CONDITIONAL_OR

static final int CONDITIONAL_OR
See Also:
Constant Field Values

CONDITIONAL_AND

static final int CONDITIONAL_AND
See Also:
Constant Field Values

INCREMENT

static final int INCREMENT
See Also:
Constant Field Values

DECREMENT

static final int DECREMENT
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

SLASH

static final int SLASH
See Also:
Constant Field Values

BITWISE_AND

static final int BITWISE_AND
See Also:
Constant Field Values

BITWISE_OR

static final int BITWISE_OR
See Also:
Constant Field Values

XOR

static final int XOR
See Also:
Constant Field Values

REMAINDER

static final int REMAINDER
See Also:
Constant Field Values

LEFT_SHIFT

static final int LEFT_SHIFT
See Also:
Constant Field Values

PLUS_ASSIGN

static final int PLUS_ASSIGN
See Also:
Constant Field Values

MINUS_ASSIGN

static final int MINUS_ASSIGN
See Also:
Constant Field Values

STAR_ASSIGN

static final int STAR_ASSIGN
See Also:
Constant Field Values

SLASH_ASSIGN

static final int SLASH_ASSIGN
See Also:
Constant Field Values

AND_ASSIGN

static final int AND_ASSIGN
See Also:
Constant Field Values

OR_ASSIGN

static final int OR_ASSIGN
See Also:
Constant Field Values

XOR_ASSIGN

static final int XOR_ASSIGN
See Also:
Constant Field Values

REMAINDER_ASSIGN

static final int REMAINDER_ASSIGN
See Also:
Constant Field Values

LEFT_SHIFT_ASSIGN

static final int LEFT_SHIFT_ASSIGN
See Also:
Constant Field Values

RIGHT_SIGNED_SHIFT_ASSIGN

static final int RIGHT_SIGNED_SHIFT_ASSIGN
See Also:
Constant Field Values

RIGHT_UNSIGNED_SHIFTASSIGN

static final int RIGHT_UNSIGNED_SHIFTASSIGN
See Also:
Constant Field Values

VAR_ARGS

static final int VAR_ARGS
See Also:
Constant Field Values

RSIGNEDSHIFT

static final int RSIGNEDSHIFT
See Also:
Constant Field Values

RUNSIGNEDSHIFT

static final int RUNSIGNEDSHIFT
See Also:
Constant Field Values

RSSHIFT1

static final int RSSHIFT1
See Also:
Constant Field Values

RSSHIFT2

static final int RSSHIFT2
See Also:
Constant Field Values

RUSHIFT1

static final int RUSHIFT1
See Also:
Constant Field Values

RUSHIFT2

static final int RUSHIFT2
See Also:
Constant Field Values

RUSHIFT3

static final int RUSHIFT3
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 String[] tokenImage