org.owasp.orizon.mirage.java.parser
Interface JavaConstants

All Known Implementing Classes:
AdditiveExpression, AllocationExpression, AndExpression, Annotation, AnnotationTypeBody, AnnotationTypeMemberDeclaration, ArrayDimsAndInits, ArrayInitializer, AssertStatement, AssignmentExpression, BaseNode, BreakStatement, CastExpression, CastLookahead, CatchBlock, ClassOrInterfaceBody, ClassOrInterfaceBodyDeclaration, CodeBlock, Comment, CompilationUnit, ConditionalAndExpression, ConditionalOrExpression, ConstructorDeclaration, ContinueStatement, DefaultValue, Delimiter, DoStatement, EmptyStatement, EnumBody, EnumConstant, EqualityExpression, ExclusiveOrExpression, ExplicitConstructorInvocation, Expression, ExtendsList, FieldDeclaration, FinallyBlock, ForInit, FormalParameter, FormalParams, ForStatement, ForUpdate, Identifier, IfStatement, ImplementsList, ImportDeclaration, InclusiveOrExpression, Initializer, InstanceOfExpression, IntegerLiteral, InvocationArgs, JavaDocComment, JavaLexer, JavaParser, KeyWord, LabeledStatement, Literal, LocalVariableDeclaration, MemberSelector, MemberValue, MemberValueArrayInitializer, MemberValuePair, MemberValuePairs, MethodDeclaration, MultiplicativeExpression, Name, ObjectType, Operator, PackageDeclaration, PostfixExpression, PreDecrementExpression, PreIncrementExpression, PrimaryExpression, PrimaryPrefix, PrimarySuffix, PrimitiveArrayType, ReferenceType, RelationalExpression, ReturnStatement, ReturnType, ShiftExpression, StatementExpression, StatementExpressionList, SwitchLabel, SwitchStatement, SynchronizedStatement, TernaryExpression, ThrowsList, ThrowStatement, Token, TryStatement, Type, TypeArgument, TypeArguments, TypeBound, TypeDeclaration, TypeParameter, TypeParameterList, UnaryExpression, UnaryExpressionNotPlusMinus, VariableDeclarator, VariableDeclaratorId, VariableInitializer, WhileStatement, Whitespace, WildcardBounds

public interface JavaConstants

Token literal values and constants.


Field Summary
static int _DEFAULT
           
static int ABSTRACT
           
static int ADDITIVEEXPRESSION
           
static int ALLOCATIONEXPRESSION
           
static int ANDASSIGN
           
static int ANDEXPRESSION
           
static int ANNOTATION
           
static int ANNOTATIONTYPEBODY
           
static int ANNOTATIONTYPEMEMBERDECLARATION
           
static int ARRAYDIMSANDINITS
           
static int ARRAYINITIALIZER
           
static int ASSERT
           
static int ASSERTSTATEMENT
           
static int ASSIGN
           
static int ASSIGNMENTEXPRESSION
           
static int BANG
           
static int BIT_AND
           
static int BIT_OR
           
static int BOOLEAN
           
static int BREAK
           
static int BREAKSTATEMENT
           
static int BYTE
           
static int CASE
           
static int CASTEXPRESSION
           
static int CASTLOOKAHEAD
           
static int CATCH
           
static int CATCHBLOCK
           
static int CHAR
           
static int CHARACTER_LITERAL
           
static int CLASS
           
static int CLASSORINTERFACEBODY
           
static int CLASSORINTERFACEBODYDECLARATION
           
static int CODEBLOCK
           
static int COLON
           
static int COMMA
           
static int COMPILATIONUNIT
           
static int CONDITIONALANDEXPRESSION
           
static int CONDITIONALOREXPRESSION
           
static int CONST
           
static int CONSTRUCTORDECLARATION
           
static int CONTINUE
           
static int CONTINUESTATEMENT
           
static int DECIMAL_EXPONENT
           
static int DECIMAL_FLOATING_POINT_LITERAL
           
static int DECIMAL_LITERAL
           
static int DECR
           
static int DEFAULT
          Lexical States
static int DEFAULTVALUE
           
static int DO
           
static int DOSTATEMENT
           
static int DOT
           
static int DOUBLE
           
static int ELSE
           
static int EMPTYSTATEMENT
           
static int ENUM
           
static int ENUMBODY
           
static int ENUMCONSTANT
           
static int EOF
           
static int EQ
           
static int EQUALITYEXPRESSION
           
static int EXCLUSIVEOREXPRESSION
           
static int EXPLICITCONSTRUCTORINVOCATION
           
static int EXPRESSION
           
static int EXTENDS
           
static int EXTENDSLIST
           
static int FALSE
           
static int FIELDDECLARATION
           
static int FINAL
           
static int FINALLY
           
static int FINALLYBLOCK
           
static int FLOAT
           
static int FLOATING_POINT_LITERAL
           
static int FOR
           
static int FORINIT
           
static int FORMAL_COMMENT
           
static int FORMALPARAMETER
           
static int FORMALPARAMS
           
static int FORSTATEMENT
           
static int FORUPDATE
           
static int GE
           
static int GOTO
           
static int GT
           
static int HEX_LITERAL
           
static int HEXADECIMAL_EXPONENT
           
static int HEXADECIMAL_FLOATING_POINT_LITERAL
           
static int HOOK
           
static int IDENTIFIER
           
static int IF
           
static int IFSTATEMENT
           
static int IMPLEMENTS
           
static int IMPLEMENTSLIST
           
static int IMPORT
           
static int IMPORTDECLARATION
           
static int IN_FORMAL_COMMENT
           
static int IN_MULTI_LINE_COMMENT
           
static int IN_SINGLE_LINE_COMMENT
           
static int INCLUSIVEOREXPRESSION
           
static int INCR
           
static int INITIALIZER
           
static int INSTANCEOF
           
static int INSTANCEOFEXPRESSION
           
static int INT
           
static int INTEGER_LITERAL
           
static int INTEGERLITERAL
           
static int INTERFACE
           
static int INVOCATIONARGS
           
static int LABELEDSTATEMENT
           
static int LBRACE
           
static int LBRACKET
           
static int LE
           
static int LETTER
           
static int LOCALVARIABLEDECLARATION
           
static int LONG
           
static int LPAREN
           
static int LSHIFT
           
static int LSHIFTASSIGN
           
static int LT
           
static int MEMBERSELECTOR
           
static int MEMBERVALUE
           
static int MEMBERVALUEARRAYINITIALIZER
           
static int MEMBERVALUEPAIR
           
static int MEMBERVALUEPAIRS
           
static int METHODDECLARATION
           
static int MINUS
           
static int MINUSASSIGN
           
static int MULTI_LINE_COMMENT
           
static int MULTIPLICATIVEEXPRESSION
           
static int NAME
           
static int NATIVE
           
static int NE
           
static int NEW
           
static java.lang.String[] nodeNames
           
static int NULL
           
static int OBJECTTYPE
           
static int OCTAL_LITERAL
           
static int ORASSIGN
           
static int PACKAGE
           
static int PACKAGEDECLARATION
           
static int PART_LETTER
           
static int PLUS
           
static int PLUSASSIGN
           
static int POSTFIXEXPRESSION
           
static int PREDECREMENTEXPRESSION
           
static int PREINCREMENTEXPRESSION
           
static int PRIMARYEXPRESSION
           
static int PRIMARYPREFIX
           
static int PRIMARYSUFFIX
           
static int PRIMITIVEARRAYTYPE
           
static int PRIVATE
           
static int PROTECTED
           
static int PUBLIC
           
static int RBRACE
           
static int RBRACKET
           
static int REFERENCETYPE
           
static int RELATIONALEXPRESSION
           
static int REM
           
static int REMASSIGN
           
static int RETURN
           
static int RETURNSTATEMENT
           
static int RETURNTYPE
           
static int RPAREN
           
static int RSIGNEDSHIFT
           
static int RSIGNEDSHIFTASSIGN
           
static int RUNSIGNEDSHIFT
           
static int RUNSIGNEDSHIFTASSIGN
           
static int SC_AND
           
static int SC_OR
           
static int SEMICOLON
           
static int SHIFTEXPRESSION
           
static int SHORT
           
static int SINGLE_LINE_COMMENT
           
static int SLASH
           
static int SLASHASSIGN
           
static int STAR
           
static int STARASSIGN
           
static int STATEMENTEXPRESSION
           
static int STATEMENTEXPRESSIONLIST
           
static int STATIC
           
static int STRICTFP
           
static int STRING_LITERAL
           
static int SUPER
           
static int SWITCH
           
static int SWITCHLABEL
           
static int SWITCHSTATEMENT
           
static int SYNCHRONIZED
           
static int SYNCHRONIZEDSTATEMENT
           
static int TERNARYEXPRESSION
           
static int THIS
           
static int THROW
           
static int THROWS
           
static int THROWSLIST
           
static int THROWSTATEMENT
           
static int TILDE
           
static java.lang.String[] tokenImage
           
static int TRANSIENT
           
static int TRUE
           
static int TRY
           
static int TRYSTATEMENT
           
static int TYPE
           
static int TYPEARGUMENT
           
static int TYPEARGUMENTS
           
static int TYPEBOUND
           
static int TYPEDECLARATION
           
static int TYPEPARAMETER
           
static int TYPEPARAMETERLIST
           
static int UNARYEXPRESSION
           
static int UNARYEXPRESSIONNOTPLUSMINUS
           
static int VARIABLEDECLARATOR
           
static int VARIABLEDECLARATORID
           
static int VARIABLEINITIALIZER
           
static int VOID
           
static int VOLATILE
           
static int WHILE
           
static int WHILESTATEMENT
           
static int WHITESPACE
           
static int WILDCARDBOUNDS
           
static int XOR
           
static int XORASSIGN
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

WHITESPACE

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

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

FLOATING_POINT_LITERAL

static final int FLOATING_POINT_LITERAL
See Also:
Constant Field Values

DECIMAL_FLOATING_POINT_LITERAL

static final int DECIMAL_FLOATING_POINT_LITERAL
See Also:
Constant Field Values

DECIMAL_EXPONENT

static final int DECIMAL_EXPONENT
See Also:
Constant Field Values

HEXADECIMAL_FLOATING_POINT_LITERAL

static final int HEXADECIMAL_FLOATING_POINT_LITERAL
See Also:
Constant Field Values

HEXADECIMAL_EXPONENT

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

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

GT

static final int GT
See Also:
Constant Field Values

LT

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

EQ

static final int EQ
See Also:
Constant Field Values

LE

static final int LE
See Also:
Constant Field Values

GE

static final int GE
See Also:
Constant Field Values

NE

static final int NE
See Also:
Constant Field Values

SC_OR

static final int SC_OR
See Also:
Constant Field Values

SC_AND

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

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

BIT_AND

static final int BIT_AND
See Also:
Constant Field Values

BIT_OR

static final int BIT_OR
See Also:
Constant Field Values

XOR

static final int XOR
See Also:
Constant Field Values

REM

static final int REM
See Also:
Constant Field Values

LSHIFT

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

PLUSASSIGN

static final int PLUSASSIGN
See Also:
Constant Field Values

MINUSASSIGN

static final int MINUSASSIGN
See Also:
Constant Field Values

STARASSIGN

static final int STARASSIGN
See Also:
Constant Field Values

SLASHASSIGN

static final int SLASHASSIGN
See Also:
Constant Field Values

ANDASSIGN

static final int ANDASSIGN
See Also:
Constant Field Values

ORASSIGN

static final int ORASSIGN
See Also:
Constant Field Values

XORASSIGN

static final int XORASSIGN
See Also:
Constant Field Values

REMASSIGN

static final int REMASSIGN
See Also:
Constant Field Values

LSHIFTASSIGN

static final int LSHIFTASSIGN
See Also:
Constant Field Values

RSIGNEDSHIFTASSIGN

static final int RSIGNEDSHIFTASSIGN
See Also:
Constant Field Values

RUNSIGNEDSHIFTASSIGN

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

PART_LETTER

static final int PART_LETTER
See Also:
Constant Field Values

COMPILATIONUNIT

static final int COMPILATIONUNIT
See Also:
Constant Field Values

PACKAGEDECLARATION

static final int PACKAGEDECLARATION
See Also:
Constant Field Values

IMPORTDECLARATION

static final int IMPORTDECLARATION
See Also:
Constant Field Values

TYPEDECLARATION

static final int TYPEDECLARATION
See Also:
Constant Field Values

EXTENDSLIST

static final int EXTENDSLIST
See Also:
Constant Field Values

IMPLEMENTSLIST

static final int IMPLEMENTSLIST
See Also:
Constant Field Values

ENUMBODY

static final int ENUMBODY
See Also:
Constant Field Values

ENUMCONSTANT

static final int ENUMCONSTANT
See Also:
Constant Field Values

TYPEPARAMETERLIST

static final int TYPEPARAMETERLIST
See Also:
Constant Field Values

TYPEPARAMETER

static final int TYPEPARAMETER
See Also:
Constant Field Values

TYPEBOUND

static final int TYPEBOUND
See Also:
Constant Field Values

CLASSORINTERFACEBODY

static final int CLASSORINTERFACEBODY
See Also:
Constant Field Values

CLASSORINTERFACEBODYDECLARATION

static final int CLASSORINTERFACEBODYDECLARATION
See Also:
Constant Field Values

FIELDDECLARATION

static final int FIELDDECLARATION
See Also:
Constant Field Values

VARIABLEDECLARATOR

static final int VARIABLEDECLARATOR
See Also:
Constant Field Values

VARIABLEDECLARATORID

static final int VARIABLEDECLARATORID
See Also:
Constant Field Values

VARIABLEINITIALIZER

static final int VARIABLEINITIALIZER
See Also:
Constant Field Values

ARRAYINITIALIZER

static final int ARRAYINITIALIZER
See Also:
Constant Field Values

METHODDECLARATION

static final int METHODDECLARATION
See Also:
Constant Field Values

FORMALPARAMS

static final int FORMALPARAMS
See Also:
Constant Field Values

FORMALPARAMETER

static final int FORMALPARAMETER
See Also:
Constant Field Values

CONSTRUCTORDECLARATION

static final int CONSTRUCTORDECLARATION
See Also:
Constant Field Values

EXPLICITCONSTRUCTORINVOCATION

static final int EXPLICITCONSTRUCTORINVOCATION
See Also:
Constant Field Values

INITIALIZER

static final int INITIALIZER
See Also:
Constant Field Values

TYPE

static final int TYPE
See Also:
Constant Field Values

REFERENCETYPE

static final int REFERENCETYPE
See Also:
Constant Field Values

OBJECTTYPE

static final int OBJECTTYPE
See Also:
Constant Field Values

TYPEARGUMENTS

static final int TYPEARGUMENTS
See Also:
Constant Field Values

TYPEARGUMENT

static final int TYPEARGUMENT
See Also:
Constant Field Values

WILDCARDBOUNDS

static final int WILDCARDBOUNDS
See Also:
Constant Field Values

PRIMITIVEARRAYTYPE

static final int PRIMITIVEARRAYTYPE
See Also:
Constant Field Values

RETURNTYPE

static final int RETURNTYPE
See Also:
Constant Field Values

NAME

static final int NAME
See Also:
Constant Field Values

THROWSLIST

static final int THROWSLIST
See Also:
Constant Field Values

EXPRESSION

static final int EXPRESSION
See Also:
Constant Field Values

ASSIGNMENTEXPRESSION

static final int ASSIGNMENTEXPRESSION
See Also:
Constant Field Values

TERNARYEXPRESSION

static final int TERNARYEXPRESSION
See Also:
Constant Field Values

CONDITIONALOREXPRESSION

static final int CONDITIONALOREXPRESSION
See Also:
Constant Field Values

CONDITIONALANDEXPRESSION

static final int CONDITIONALANDEXPRESSION
See Also:
Constant Field Values

INCLUSIVEOREXPRESSION

static final int INCLUSIVEOREXPRESSION
See Also:
Constant Field Values

EXCLUSIVEOREXPRESSION

static final int EXCLUSIVEOREXPRESSION
See Also:
Constant Field Values

ANDEXPRESSION

static final int ANDEXPRESSION
See Also:
Constant Field Values

EQUALITYEXPRESSION

static final int EQUALITYEXPRESSION
See Also:
Constant Field Values

INSTANCEOFEXPRESSION

static final int INSTANCEOFEXPRESSION
See Also:
Constant Field Values

RELATIONALEXPRESSION

static final int RELATIONALEXPRESSION
See Also:
Constant Field Values

SHIFTEXPRESSION

static final int SHIFTEXPRESSION
See Also:
Constant Field Values

ADDITIVEEXPRESSION

static final int ADDITIVEEXPRESSION
See Also:
Constant Field Values

MULTIPLICATIVEEXPRESSION

static final int MULTIPLICATIVEEXPRESSION
See Also:
Constant Field Values

UNARYEXPRESSION

static final int UNARYEXPRESSION
See Also:
Constant Field Values

PREINCREMENTEXPRESSION

static final int PREINCREMENTEXPRESSION
See Also:
Constant Field Values

PREDECREMENTEXPRESSION

static final int PREDECREMENTEXPRESSION
See Also:
Constant Field Values

UNARYEXPRESSIONNOTPLUSMINUS

static final int UNARYEXPRESSIONNOTPLUSMINUS
See Also:
Constant Field Values

CASTLOOKAHEAD

static final int CASTLOOKAHEAD
See Also:
Constant Field Values

POSTFIXEXPRESSION

static final int POSTFIXEXPRESSION
See Also:
Constant Field Values

CASTEXPRESSION

static final int CASTEXPRESSION
See Also:
Constant Field Values

PRIMARYEXPRESSION

static final int PRIMARYEXPRESSION
See Also:
Constant Field Values

MEMBERSELECTOR

static final int MEMBERSELECTOR
See Also:
Constant Field Values

PRIMARYPREFIX

static final int PRIMARYPREFIX
See Also:
Constant Field Values

PRIMARYSUFFIX

static final int PRIMARYSUFFIX
See Also:
Constant Field Values

INTEGERLITERAL

static final int INTEGERLITERAL
See Also:
Constant Field Values

INVOCATIONARGS

static final int INVOCATIONARGS
See Also:
Constant Field Values

ALLOCATIONEXPRESSION

static final int ALLOCATIONEXPRESSION
See Also:
Constant Field Values

ARRAYDIMSANDINITS

static final int ARRAYDIMSANDINITS
See Also:
Constant Field Values

ASSERTSTATEMENT

static final int ASSERTSTATEMENT
See Also:
Constant Field Values

LABELEDSTATEMENT

static final int LABELEDSTATEMENT
See Also:
Constant Field Values

CODEBLOCK

static final int CODEBLOCK
See Also:
Constant Field Values

LOCALVARIABLEDECLARATION

static final int LOCALVARIABLEDECLARATION
See Also:
Constant Field Values

EMPTYSTATEMENT

static final int EMPTYSTATEMENT
See Also:
Constant Field Values

STATEMENTEXPRESSION

static final int STATEMENTEXPRESSION
See Also:
Constant Field Values

SWITCHSTATEMENT

static final int SWITCHSTATEMENT
See Also:
Constant Field Values

SWITCHLABEL

static final int SWITCHLABEL
See Also:
Constant Field Values

IFSTATEMENT

static final int IFSTATEMENT
See Also:
Constant Field Values

WHILESTATEMENT

static final int WHILESTATEMENT
See Also:
Constant Field Values

DOSTATEMENT

static final int DOSTATEMENT
See Also:
Constant Field Values

FORSTATEMENT

static final int FORSTATEMENT
See Also:
Constant Field Values

FORINIT

static final int FORINIT
See Also:
Constant Field Values

STATEMENTEXPRESSIONLIST

static final int STATEMENTEXPRESSIONLIST
See Also:
Constant Field Values

FORUPDATE

static final int FORUPDATE
See Also:
Constant Field Values

BREAKSTATEMENT

static final int BREAKSTATEMENT
See Also:
Constant Field Values

CONTINUESTATEMENT

static final int CONTINUESTATEMENT
See Also:
Constant Field Values

RETURNSTATEMENT

static final int RETURNSTATEMENT
See Also:
Constant Field Values

THROWSTATEMENT

static final int THROWSTATEMENT
See Also:
Constant Field Values

SYNCHRONIZEDSTATEMENT

static final int SYNCHRONIZEDSTATEMENT
See Also:
Constant Field Values

TRYSTATEMENT

static final int TRYSTATEMENT
See Also:
Constant Field Values

CATCHBLOCK

static final int CATCHBLOCK
See Also:
Constant Field Values

FINALLYBLOCK

static final int FINALLYBLOCK
See Also:
Constant Field Values

ANNOTATION

static final int ANNOTATION
See Also:
Constant Field Values

MEMBERVALUEPAIRS

static final int MEMBERVALUEPAIRS
See Also:
Constant Field Values

MEMBERVALUEPAIR

static final int MEMBERVALUEPAIR
See Also:
Constant Field Values

MEMBERVALUE

static final int MEMBERVALUE
See Also:
Constant Field Values

MEMBERVALUEARRAYINITIALIZER

static final int MEMBERVALUEARRAYINITIALIZER
See Also:
Constant Field Values

ANNOTATIONTYPEBODY

static final int ANNOTATIONTYPEBODY
See Also:
Constant Field Values

ANNOTATIONTYPEMEMBERDECLARATION

static final int ANNOTATIONTYPEMEMBERDECLARATION
See Also:
Constant Field Values

DEFAULTVALUE

static final int DEFAULTVALUE
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical States

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

nodeNames

static final java.lang.String[] nodeNames