Package jaxx.compiler.java.parser
Interface JavaParserConstants
- All Known Implementing Classes:
JavaParser,JavaParserTokenManager
public interface JavaParserConstants
-
Field Summary
Fields Modifier and Type Field Description static int_DEFAULTstatic intABSTRACTstatic intANDASSIGNstatic intASSERTstatic intASSIGNstatic intATstatic intBANGstatic intBIT_ANDstatic intBIT_ORstatic intBOOLEANstatic intBREAKstatic intBYTEstatic intCASEstatic intCATCHstatic intCHARstatic intCHARACTER_LITERALstatic intCLASSstatic intCOLONstatic intCOMMAstatic intCONSTstatic intCONTINUEstatic intDECIMAL_EXPONENTstatic intDECIMAL_FLOATING_POINT_LITERALstatic intDECIMAL_LITERALstatic intDECRstatic intDEFAULTstatic intDOstatic intDOTstatic intDOUBLEstatic intELLIPSISstatic intELSEstatic intENUMstatic intEOFstatic intEQstatic intEXTENDSstatic intFALSEstatic intFINALstatic intFINALLYstatic intFLOATstatic intFLOATING_POINT_LITERALstatic intFORstatic intFORMAL_COMMENTstatic intGEstatic intGOTOstatic intGTstatic intHEX_LITERALstatic intHEXADECIMAL_EXPONENTstatic intHEXADECIMAL_FLOATING_POINT_LITERALstatic intHOOKstatic intIDENTIFIERstatic intIFstatic intIMPLEMENTSstatic intIMPORTstatic intIN_FORMAL_COMMENTstatic intIN_MULTI_LINE_COMMENTstatic intINCRstatic intINSTANCEOFstatic intINTstatic intINTEGER_LITERALstatic intINTERFACEstatic intLBRACEstatic intLBRACKETstatic intLEstatic intLETTERstatic intLONGstatic intLPARENstatic intLSHIFTstatic intLSHIFTASSIGNstatic intLTstatic intMINUSstatic intMINUSASSIGNstatic intMULTI_LINE_COMMENTstatic intNATIVEstatic intNEstatic intNEWstatic intNULLstatic intOCTAL_LITERALstatic intORASSIGNstatic intPACKAGEstatic intPART_LETTERstatic intPLUSstatic intPLUSASSIGNstatic intPRIVATEstatic intPROTECTEDstatic intPUBLICstatic intRBRACEstatic intRBRACKETstatic intREMstatic intREMASSIGNstatic intRETURNstatic intRPARENstatic intRSIGNEDSHIFTstatic intRSIGNEDSHIFTASSIGNstatic intRUNSIGNEDSHIFTstatic intRUNSIGNEDSHIFTASSIGNstatic intSC_ANDstatic intSC_ORstatic intSEMICOLONstatic intSHORTstatic intSINGLE_LINE_COMMENTstatic intSLASHstatic intSLASHASSIGNstatic intSTARstatic intSTARASSIGNstatic intSTATICstatic intSTRICTFPstatic intSTRING_LITERALstatic intSTUFF_TO_IGNOREstatic intSUPERstatic intSWITCHstatic intSYNCHRONIZEDstatic intTHISstatic intTHROWstatic intTHROWSstatic intTILDEstatic java.lang.String[]tokenImagestatic intTRANSIENTstatic intTRUEstatic intTRYstatic intVOIDstatic intVOLATILEstatic intWHILEstatic intWHITE_SPACEstatic intXORstatic intXORASSIGN
-
Field Details
-
EOF
static final int EOF- See Also:
- Constant Field Values
-
WHITE_SPACE
static final int WHITE_SPACE- 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
-
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
-
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
-
AT
static final int AT- See Also:
- Constant Field Values
-
ASSIGN
static final int ASSIGN- 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
-
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
-
ELLIPSIS
static final int ELLIPSIS- See Also:
- Constant Field Values
-
RUNSIGNEDSHIFT
static final int RUNSIGNEDSHIFT- See Also:
- Constant Field Values
-
RSIGNEDSHIFT
static final int RSIGNEDSHIFT- See Also:
- Constant Field Values
-
GT
static final int GT- See Also:
- Constant Field Values
-
STUFF_TO_IGNORE
static final int STUFF_TO_IGNORE- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT- 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
-