Interface JavaParserConstants
-
- All Known Implementing Classes:
JavaParser,JavaParserTokenManager
public interface JavaParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int_DEFAULTRegularExpression Id.static intABSTRACTRegularExpression Id.static intANDASSIGNRegularExpression Id.static intASSIGNRegularExpression Id.static intATRegularExpression Id.static intBANGRegularExpression Id.static intBINARY_LITERALRegularExpression Id.static intBIT_ANDRegularExpression Id.static intBIT_ORRegularExpression Id.static intBOOLEANRegularExpression Id.static intBREAKRegularExpression Id.static intBYTERegularExpression Id.static intCASERegularExpression Id.static intCATCHRegularExpression Id.static intCHARRegularExpression Id.static intCHARACTER_LITERALRegularExpression Id.static intCLASSRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intCONSTRegularExpression Id.static intCONTINUERegularExpression Id.static intDECIMAL_LITERALRegularExpression Id.static intDECRRegularExpression Id.static intDEFAULTLexical state.static intDORegularExpression Id.static intDOTRegularExpression Id.static intDOUBLERegularExpression Id.static intELLIPSISRegularExpression Id.static intELSERegularExpression Id.static intEOFEnd of File.static intEQRegularExpression Id.static intEXPONENTRegularExpression Id.static intEXTENDSRegularExpression Id.static intFALSERegularExpression Id.static intFINALRegularExpression Id.static intFINALLYRegularExpression Id.static intFLOATRegularExpression Id.static intFLOATING_POINT_LITERALRegularExpression Id.static intFORRegularExpression Id.static intFORMAL_COMMENTRegularExpression Id.static intGERegularExpression Id.static intGOTORegularExpression Id.static intGTRegularExpression Id.static intHEX_FLOATING_POINT_LITERALRegularExpression Id.static intHEX_LITERALRegularExpression Id.static intHOOKRegularExpression Id.static intIDENTIFIERRegularExpression Id.static intIFRegularExpression Id.static intIMPLEMENTSRegularExpression Id.static intIMPORTRegularExpression Id.static intIN_FORMAL_COMMENTLexical state.static intIN_MULTI_LINE_COMMENTLexical state.static intINCRRegularExpression Id.static intINSTANCEOFRegularExpression Id.static intINTRegularExpression Id.static intINTEGER_LITERALRegularExpression Id.static intINTERFACERegularExpression Id.static intLAMBDARegularExpression Id.static intLBRACERegularExpression Id.static intLBRACKETRegularExpression Id.static intLERegularExpression Id.static intLETTERRegularExpression Id.static intLONGRegularExpression Id.static intLPARENRegularExpression Id.static intLSHIFTRegularExpression Id.static intLSHIFTASSIGNRegularExpression Id.static intLTRegularExpression Id.static intMETHOD_REFRegularExpression Id.static intMINUSRegularExpression Id.static intMINUSASSIGNRegularExpression Id.static intMULTI_LINE_COMMENTRegularExpression Id.static intNATIVERegularExpression Id.static intNERegularExpression Id.static intNEWRegularExpression Id.static intNULLRegularExpression Id.static intOCTAL_LITERALRegularExpression Id.static intORASSIGNRegularExpression Id.static intPACKAGERegularExpression Id.static intPART_LETTERRegularExpression Id.static intPLUSRegularExpression Id.static intPLUSASSIGNRegularExpression Id.static intPRIVATERegularExpression Id.static intPROTECTEDRegularExpression Id.static intPUBLICRegularExpression Id.static intRBRACERegularExpression Id.static intRBRACKETRegularExpression Id.static intREMRegularExpression Id.static intREMASSIGNRegularExpression Id.static intRETURNRegularExpression Id.static intRPARENRegularExpression Id.static intRSIGNEDSHIFTRegularExpression Id.static intRSIGNEDSHIFTASSIGNRegularExpression Id.static intRUNSIGNEDSHIFTRegularExpression Id.static intRUNSIGNEDSHIFTASSIGNRegularExpression Id.static intSC_ANDRegularExpression Id.static intSC_ORRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSHORTRegularExpression Id.static intSINGLE_LINE_COMMENTRegularExpression Id.static intSLASHRegularExpression Id.static intSLASHASSIGNRegularExpression Id.static intSTARRegularExpression Id.static intSTARASSIGNRegularExpression Id.static intSTATICRegularExpression Id.static intSTRICTFPRegularExpression Id.static intSTRING_LITERALRegularExpression Id.static intSUPERRegularExpression Id.static intSWITCHRegularExpression Id.static intSYNCHRONIZEDRegularExpression Id.static intTHISRegularExpression Id.static intTHROWRegularExpression Id.static intTHROWSRegularExpression Id.static intTILDERegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intTRANSIENTRegularExpression Id.static intTRUERegularExpression Id.static intTRYRegularExpression Id.static intVOIDRegularExpression Id.static intVOLATILERegularExpression Id.static intWHILERegularExpression Id.static intXORRegularExpression Id.static intXORASSIGNRegularExpression 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
-
FORMAL_COMMENT
static final int FORMAL_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
ABSTRACT
static final int ABSTRACT
RegularExpression Id.- See Also:
- Constant Field Values
-
BOOLEAN
static final int BOOLEAN
RegularExpression Id.- See Also:
- Constant Field Values
-
BREAK
static final int BREAK
RegularExpression Id.- See Also:
- Constant Field Values
-
BYTE
static final int BYTE
RegularExpression Id.- See Also:
- Constant Field Values
-
CASE
static final int CASE
RegularExpression Id.- See Also:
- Constant Field Values
-
CATCH
static final int CATCH
RegularExpression Id.- See Also:
- Constant Field Values
-
CHAR
static final int CHAR
RegularExpression Id.- See Also:
- Constant Field Values
-
CLASS
static final int CLASS
RegularExpression Id.- See Also:
- Constant Field Values
-
CONST
static final int CONST
RegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUE
static final int CONTINUE
RegularExpression Id.- See Also:
- Constant Field Values
-
_DEFAULT
static final int _DEFAULT
RegularExpression Id.- See Also:
- Constant Field Values
-
DO
static final int DO
RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLE
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
-
FINAL
static final int FINAL
RegularExpression Id.- See Also:
- Constant Field Values
-
FINALLY
static final int FINALLY
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
FOR
static final int FOR
RegularExpression Id.- See Also:
- Constant Field Values
-
GOTO
static final int GOTO
RegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IF
RegularExpression Id.- See Also:
- Constant Field Values
-
IMPLEMENTS
static final int IMPLEMENTS
RegularExpression Id.- See Also:
- Constant Field Values
-
IMPORT
static final int IMPORT
RegularExpression Id.- See Also:
- Constant Field Values
-
INSTANCEOF
static final int INSTANCEOF
RegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INT
RegularExpression Id.- See Also:
- Constant Field Values
-
INTERFACE
static final int INTERFACE
RegularExpression Id.- See Also:
- Constant Field Values
-
LONG
static final int LONG
RegularExpression Id.- See Also:
- Constant Field Values
-
NATIVE
static final int NATIVE
RegularExpression Id.- See Also:
- Constant Field Values
-
NEW
static final int NEW
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
PACKAGE
static final int PACKAGE
RegularExpression Id.- See Also:
- Constant Field Values
-
PRIVATE
static final int PRIVATE
RegularExpression Id.- See Also:
- Constant Field Values
-
PROTECTED
static final int PROTECTED
RegularExpression Id.- See Also:
- Constant Field Values
-
PUBLIC
static final int PUBLIC
RegularExpression Id.- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
RegularExpression Id.- See Also:
- Constant Field Values
-
SHORT
static final int SHORT
RegularExpression Id.- See Also:
- Constant Field Values
-
STATIC
static final int STATIC
RegularExpression Id.- See Also:
- Constant Field Values
-
SUPER
static final int SUPER
RegularExpression Id.- See Also:
- Constant Field Values
-
SWITCH
static final int SWITCH
RegularExpression Id.- See Also:
- Constant Field Values
-
SYNCHRONIZED
static final int SYNCHRONIZED
RegularExpression Id.- See Also:
- Constant Field Values
-
THIS
static final int THIS
RegularExpression Id.- See Also:
- Constant Field Values
-
THROW
static final int THROW
RegularExpression Id.- See Also:
- Constant Field Values
-
THROWS
static final int THROWS
RegularExpression Id.- See Also:
- Constant Field Values
-
TRANSIENT
static final int TRANSIENT
RegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
TRY
static final int TRY
RegularExpression Id.- See Also:
- Constant Field Values
-
VOID
static final int VOID
RegularExpression Id.- See Also:
- Constant Field Values
-
VOLATILE
static final int VOLATILE
RegularExpression Id.- See Also:
- Constant Field Values
-
WHILE
static final int WHILE
RegularExpression Id.- See Also:
- Constant Field Values
-
STRICTFP
static final int STRICTFP
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_LITERAL
static final int HEX_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
BINARY_LITERAL
static final int BINARY_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
OCTAL_LITERAL
static final int OCTAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
HEX_FLOATING_POINT_LITERAL
static final int HEX_FLOATING_POINT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
CHARACTER_LITERAL
static final int CHARACTER_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
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
-
PART_LETTER
static final int PART_LETTER
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
-
LBRACKET
static final int LBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
RBRACKET
static final int RBRACKET
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
AT
static final int AT
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
-
BANG
static final int BANG
RegularExpression Id.- See Also:
- Constant Field Values
-
TILDE
static final int TILDE
RegularExpression Id.- See Also:
- Constant Field Values
-
HOOK
static final int HOOK
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
LE
static final int LE
RegularExpression Id.- See Also:
- Constant Field Values
-
GE
static final int GE
RegularExpression Id.- See Also:
- Constant Field Values
-
NE
static final int NE
RegularExpression Id.- See Also:
- Constant Field Values
-
SC_OR
static final int SC_OR
RegularExpression Id.- See Also:
- Constant Field Values
-
SC_AND
static final int SC_AND
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
-
STAR
static final int STAR
RegularExpression Id.- See Also:
- Constant Field Values
-
SLASH
static final int SLASH
RegularExpression Id.- See Also:
- Constant Field Values
-
BIT_AND
static final int BIT_AND
RegularExpression Id.- See Also:
- Constant Field Values
-
BIT_OR
static final int BIT_OR
RegularExpression Id.- See Also:
- Constant Field Values
-
XOR
static final int XOR
RegularExpression Id.- See Also:
- Constant Field Values
-
REM
static final int REM
RegularExpression Id.- See Also:
- Constant Field Values
-
LSHIFT
static final int LSHIFT
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUSASSIGN
static final int PLUSASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUSASSIGN
static final int MINUSASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
STARASSIGN
static final int STARASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
SLASHASSIGN
static final int SLASHASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
ANDASSIGN
static final int ANDASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
ORASSIGN
static final int ORASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
XORASSIGN
static final int XORASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
REMASSIGN
static final int REMASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
LSHIFTASSIGN
static final int LSHIFTASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
RSIGNEDSHIFTASSIGN
static final int RSIGNEDSHIFTASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
RUNSIGNEDSHIFTASSIGN
static final int RUNSIGNEDSHIFTASSIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
ELLIPSIS
static final int ELLIPSIS
RegularExpression Id.- See Also:
- Constant Field Values
-
LAMBDA
static final int LAMBDA
RegularExpression Id.- See Also:
- Constant Field Values
-
METHOD_REF
static final int METHOD_REF
RegularExpression Id.- See Also:
- Constant Field Values
-
RUNSIGNEDSHIFT
static final int RUNSIGNEDSHIFT
RegularExpression Id.- See Also:
- Constant Field Values
-
RSIGNEDSHIFT
static final int RSIGNEDSHIFT
RegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GT
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
IN_FORMAL_COMMENT
static final int IN_FORMAL_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-