Package de.jplag.cpp
Interface CPPScannerConstants
- All Known Implementing Classes:
CPPScanner,CPPScannerTokenManager
public interface CPPScannerConstants
Token literal values and constants.
Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start()
-
Field Summary
Fields Modifier and Type Field Description static int_DEFAULTRegularExpression Id.static intAMPERSANDRegularExpression Id.static intANDRegularExpression Id.static intARROWSTARRegularExpression Id.static intASSIGNEQUALRegularExpression Id.static intAUTORegularExpression Id.static intBACKSLASHRegularExpression Id.static intBITWISEANDEQUALRegularExpression Id.static intBITWISEORRegularExpression Id.static intBITWISEOREQUALRegularExpression Id.static intBITWISEXORRegularExpression Id.static intBITWISEXOREQUALRegularExpression Id.static intBREAKRegularExpression Id.static intCASERegularExpression Id.static intCATCHRegularExpression Id.static intCHARRegularExpression Id.static intCHARACTERRegularExpression Id.static intCLASSRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intCONSTRegularExpression Id.static intCONTINUERegularExpression Id.static intDECIMALINTRegularExpression Id.static intDECIMALLONGRegularExpression Id.static intDEFAULTLexical state.static intDELETERegularExpression Id.static intDIVIDERegularExpression Id.static intDIVIDEEQUALRegularExpression Id.static intDORegularExpression Id.static intDOTRegularExpression Id.static intDOTSTARRegularExpression Id.static intDOUBLERegularExpression Id.static intELLIPSISRegularExpression Id.static intELSERegularExpression Id.static intENUMRegularExpression Id.static intEOFEnd of File.static intEQUALRegularExpression Id.static intEXTERNRegularExpression Id.static intFALSETOKRegularExpression Id.static intFLOATRegularExpression Id.static intFLOATONERegularExpression Id.static intFLOATTWORegularExpression Id.static intFORRegularExpression Id.static intFRIENDRegularExpression Id.static intGOTORegularExpression Id.static intGREATERTHANRegularExpression Id.static intGREATERTHANOREQUALTORegularExpression Id.static intHEXADECIMALINTRegularExpression Id.static intHEXADECIMALLONGRegularExpression Id.static intIDRegularExpression Id.static intIFRegularExpression Id.static intIN_COMMENTLexical state.static intIN_LINE_COMMENTLexical state.static intINLINERegularExpression Id.static intINTRegularExpression Id.static intLCURLYBRACERegularExpression Id.static intLESSTHANRegularExpression Id.static intLESSTHANOREQUALTORegularExpression Id.static intLONGRegularExpression Id.static intLPARENTHESISRegularExpression Id.static intLSQUAREBRACKETRegularExpression Id.static intMINUSRegularExpression Id.static intMINUSEQUALRegularExpression Id.static intMINUSMINUSRegularExpression Id.static intMODRegularExpression Id.static intMODEQUALRegularExpression Id.static intNEWRegularExpression Id.static intNOTRegularExpression Id.static intNOTEQUALRegularExpression Id.static intNULLRegularExpression Id.static intOCTALINTRegularExpression Id.static intOCTALLONGRegularExpression Id.static intOPERATORRegularExpression Id.static intORRegularExpression Id.static intPLUSRegularExpression Id.static intPLUSEQUALRegularExpression Id.static intPLUSPLUSRegularExpression Id.static intPOINTERTORegularExpression Id.static intPREPROCESSOR_OUTPUTLexical state.static intPREPROCESSOR_OUTPUT2Lexical state.static intPRIVATERegularExpression Id.static intPROTECTEDRegularExpression Id.static intPUBLICRegularExpression Id.static intQUESTIONMARKRegularExpression Id.static intRCURLYBRACERegularExpression Id.static intREDECLAREDRegularExpression Id.static intREGISTERRegularExpression Id.static intRETURNRegularExpression Id.static intRPARENTHESISRegularExpression Id.static intRSQUAREBRACKETRegularExpression Id.static intSCOPERegularExpression Id.static intSEMICOLONRegularExpression Id.static intSHIFTLEFTRegularExpression Id.static intSHIFTLEFTEQUALRegularExpression Id.static intSHIFTRIGHTRegularExpression Id.static intSHIFTRIGHTEQUALRegularExpression Id.static intSHORTRegularExpression Id.static intSIGNEDRegularExpression Id.static intSIZEOFRegularExpression Id.static intSTARRegularExpression Id.static intSTATICRegularExpression Id.static intSTRINGRegularExpression Id.static intSTRUCTRegularExpression Id.static intSWITCHRegularExpression Id.static intTEMPLATERegularExpression Id.static intTHISRegularExpression Id.static intTHROWRegularExpression Id.static intTILDERegularExpression Id.static intTIMESEQUALRegularExpression Id.static String[]tokenImageLiteral token values.static intTRUETOKRegularExpression Id.static intTRYRegularExpression Id.static intTYPEDEFRegularExpression Id.static intUNIONRegularExpression Id.static intUNSIGNEDRegularExpression Id.static intUNSIGNED_DECIMALINTRegularExpression Id.static intUNSIGNED_DECIMALLONGRegularExpression Id.static intUNSIGNED_HEXADECIMALINTRegularExpression Id.static intUNSIGNED_HEXADECIMALLONGRegularExpression Id.static intUNSIGNED_OCTALINTRegularExpression Id.static intUNSIGNED_OCTALLONGRegularExpression Id.static intVIRTUALRegularExpression Id.static intVOIDRegularExpression Id.static intVOLATILERegularExpression Id.static intWHILERegularExpression Id.
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
- Constant Field Values
-
LCURLYBRACE
static final int LCURLYBRACERegularExpression Id.- See Also:
- Constant Field Values
-
RCURLYBRACE
static final int RCURLYBRACERegularExpression Id.- See Also:
- Constant Field Values
-
LSQUAREBRACKET
static final int LSQUAREBRACKETRegularExpression Id.- See Also:
- Constant Field Values
-
RSQUAREBRACKET
static final int RSQUAREBRACKETRegularExpression Id.- See Also:
- Constant Field Values
-
LPARENTHESIS
static final int LPARENTHESISRegularExpression Id.- See Also:
- Constant Field Values
-
RPARENTHESIS
static final int RPARENTHESISRegularExpression Id.- See Also:
- Constant Field Values
-
SCOPE
static final int SCOPERegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLONRegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLONRegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMARegularExpression Id.- See Also:
- Constant Field Values
-
QUESTIONMARK
static final int QUESTIONMARKRegularExpression Id.- See Also:
- Constant Field Values
-
ELLIPSIS
static final int ELLIPSISRegularExpression Id.- See Also:
- Constant Field Values
-
ASSIGNEQUAL
static final int ASSIGNEQUALRegularExpression Id.- See Also:
- Constant Field Values
-
TIMESEQUAL
static final int TIMESEQUALRegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDEEQUAL
static final int DIVIDEEQUALRegularExpression Id.- See Also:
- Constant Field Values
-
MODEQUAL
static final int MODEQUALRegularExpression Id.- See Also:
- Constant Field Values
-
PLUSEQUAL
static final int PLUSEQUALRegularExpression Id.- See Also:
- Constant Field Values
-
MINUSEQUAL
static final int MINUSEQUALRegularExpression Id.- See Also:
- Constant Field Values
-
SHIFTLEFTEQUAL
static final int SHIFTLEFTEQUALRegularExpression Id.- See Also:
- Constant Field Values
-
SHIFTRIGHTEQUAL
static final int SHIFTRIGHTEQUALRegularExpression Id.- See Also:
- Constant Field Values
-
BITWISEANDEQUAL
static final int BITWISEANDEQUALRegularExpression Id.- See Also:
- Constant Field Values
-
BITWISEXOREQUAL
static final int BITWISEXOREQUALRegularExpression Id.- See Also:
- Constant Field Values
-
BITWISEOREQUAL
static final int BITWISEOREQUALRegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int ORRegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int ANDRegularExpression Id.- See Also:
- Constant Field Values
-
BITWISEOR
static final int BITWISEORRegularExpression Id.- See Also:
- Constant Field Values
-
BITWISEXOR
static final int BITWISEXORRegularExpression Id.- See Also:
- Constant Field Values
-
AMPERSAND
static final int AMPERSANDRegularExpression Id.- See Also:
- Constant Field Values
-
EQUAL
static final int EQUALRegularExpression Id.- See Also:
- Constant Field Values
-
NOTEQUAL
static final int NOTEQUALRegularExpression Id.- See Also:
- Constant Field Values
-
LESSTHAN
static final int LESSTHANRegularExpression Id.- See Also:
- Constant Field Values
-
GREATERTHAN
static final int GREATERTHANRegularExpression Id.- See Also:
- Constant Field Values
-
LESSTHANOREQUALTO
static final int LESSTHANOREQUALTORegularExpression Id.- See Also:
- Constant Field Values
-
GREATERTHANOREQUALTO
static final int GREATERTHANOREQUALTORegularExpression Id.- See Also:
- Constant Field Values
-
SHIFTLEFT
static final int SHIFTLEFTRegularExpression Id.- See Also:
- Constant Field Values
-
SHIFTRIGHT
static final int SHIFTRIGHTRegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUSRegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUSRegularExpression Id.- See Also:
- Constant Field Values
-
STAR
static final int STARRegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDERegularExpression Id.- See Also:
- Constant Field Values
-
MOD
static final int MODRegularExpression Id.- See Also:
- Constant Field Values
-
PLUSPLUS
static final int PLUSPLUSRegularExpression Id.- See Also:
- Constant Field Values
-
MINUSMINUS
static final int MINUSMINUSRegularExpression Id.- See Also:
- Constant Field Values
-
TILDE
static final int TILDERegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOTRegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOTRegularExpression Id.- See Also:
- Constant Field Values
-
POINTERTO
static final int POINTERTORegularExpression Id.- See Also:
- Constant Field Values
-
DOTSTAR
static final int DOTSTARRegularExpression Id.- See Also:
- Constant Field Values
-
ARROWSTAR
static final int ARROWSTARRegularExpression Id.- See Also:
- Constant Field Values
-
AUTO
static final int AUTORegularExpression Id.- See Also:
- Constant Field Values
-
BREAK
static final int BREAKRegularExpression Id.- See Also:
- Constant Field Values
-
CASE
static final int CASERegularExpression Id.- See Also:
- Constant Field Values
-
CATCH
static final int CATCHRegularExpression Id.- See Also:
- Constant Field Values
-
CHAR
static final int CHARRegularExpression Id.- See Also:
- Constant Field Values
-
CONST
static final int CONSTRegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUE
static final int CONTINUERegularExpression Id.- See Also:
- Constant Field Values
-
_DEFAULT
static final int _DEFAULTRegularExpression Id.- See Also:
- Constant Field Values
-
DELETE
static final int DELETERegularExpression Id.- See Also:
- Constant Field Values
-
DO
static final int DORegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLERegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSERegularExpression Id.- See Also:
- Constant Field Values
-
ENUM
static final int ENUMRegularExpression Id.- See Also:
- Constant Field Values
-
EXTERN
static final int EXTERNRegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOATRegularExpression Id.- See Also:
- Constant Field Values
-
FOR
static final int FORRegularExpression Id.- See Also:
- Constant Field Values
-
FRIEND
static final int FRIENDRegularExpression Id.- See Also:
- Constant Field Values
-
GOTO
static final int GOTORegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IFRegularExpression Id.- See Also:
- Constant Field Values
-
INLINE
static final int INLINERegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INTRegularExpression Id.- See Also:
- Constant Field Values
-
LONG
static final int LONGRegularExpression Id.- See Also:
- Constant Field Values
-
NEW
static final int NEWRegularExpression Id.- See Also:
- Constant Field Values
-
PRIVATE
static final int PRIVATERegularExpression Id.- See Also:
- Constant Field Values
-
PROTECTED
static final int PROTECTEDRegularExpression Id.- See Also:
- Constant Field Values
-
PUBLIC
static final int PUBLICRegularExpression Id.- See Also:
- Constant Field Values
-
REDECLARED
static final int REDECLAREDRegularExpression Id.- See Also:
- Constant Field Values
-
REGISTER
static final int REGISTERRegularExpression Id.- See Also:
- Constant Field Values
-
RETURN
static final int RETURNRegularExpression Id.- See Also:
- Constant Field Values
-
SHORT
static final int SHORTRegularExpression Id.- See Also:
- Constant Field Values
-
SIGNED
static final int SIGNEDRegularExpression Id.- See Also:
- Constant Field Values
-
SIZEOF
static final int SIZEOFRegularExpression Id.- See Also:
- Constant Field Values
-
STATIC
static final int STATICRegularExpression Id.- See Also:
- Constant Field Values
-
STRUCT
static final int STRUCTRegularExpression Id.- See Also:
- Constant Field Values
-
CLASS
static final int CLASSRegularExpression Id.- See Also:
- Constant Field Values
-
SWITCH
static final int SWITCHRegularExpression Id.- See Also:
- Constant Field Values
-
TEMPLATE
static final int TEMPLATERegularExpression Id.- See Also:
- Constant Field Values
-
THIS
static final int THISRegularExpression Id.- See Also:
- Constant Field Values
-
TRY
static final int TRYRegularExpression Id.- See Also:
- Constant Field Values
-
TYPEDEF
static final int TYPEDEFRegularExpression Id.- See Also:
- Constant Field Values
-
UNION
static final int UNIONRegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED
static final int UNSIGNEDRegularExpression Id.- See Also:
- Constant Field Values
-
VIRTUAL
static final int VIRTUALRegularExpression Id.- See Also:
- Constant Field Values
-
VOID
static final int VOIDRegularExpression Id.- See Also:
- Constant Field Values
-
VOLATILE
static final int VOLATILERegularExpression Id.- See Also:
- Constant Field Values
-
WHILE
static final int WHILERegularExpression Id.- See Also:
- Constant Field Values
-
OPERATOR
static final int OPERATORRegularExpression Id.- See Also:
- Constant Field Values
-
TRUETOK
static final int TRUETOKRegularExpression Id.- See Also:
- Constant Field Values
-
FALSETOK
static final int FALSETOKRegularExpression Id.- See Also:
- Constant Field Values
-
THROW
static final int THROWRegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULLRegularExpression Id.- See Also:
- Constant Field Values
-
BACKSLASH
static final int BACKSLASHRegularExpression Id.- See Also:
- Constant Field Values
-
OCTALINT
static final int OCTALINTRegularExpression Id.- See Also:
- Constant Field Values
-
OCTALLONG
static final int OCTALLONGRegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_OCTALINT
static final int UNSIGNED_OCTALINTRegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_OCTALLONG
static final int UNSIGNED_OCTALLONGRegularExpression Id.- See Also:
- Constant Field Values
-
DECIMALINT
static final int DECIMALINTRegularExpression Id.- See Also:
- Constant Field Values
-
DECIMALLONG
static final int DECIMALLONGRegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_DECIMALINT
static final int UNSIGNED_DECIMALINTRegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_DECIMALLONG
static final int UNSIGNED_DECIMALLONGRegularExpression Id.- See Also:
- Constant Field Values
-
HEXADECIMALINT
static final int HEXADECIMALINTRegularExpression Id.- See Also:
- Constant Field Values
-
HEXADECIMALLONG
static final int HEXADECIMALLONGRegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_HEXADECIMALINT
static final int UNSIGNED_HEXADECIMALINTRegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_HEXADECIMALLONG
static final int UNSIGNED_HEXADECIMALLONGRegularExpression Id.- See Also:
- Constant Field Values
-
FLOATONE
static final int FLOATONERegularExpression Id.- See Also:
- Constant Field Values
-
FLOATTWO
static final int FLOATTWORegularExpression Id.- See Also:
- Constant Field Values
-
CHARACTER
static final int CHARACTERRegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRINGRegularExpression Id.- See Also:
- Constant Field Values
-
ID
static final int IDRegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
IN_LINE_COMMENT
static final int IN_LINE_COMMENTLexical state.- See Also:
- Constant Field Values
-
IN_COMMENT
static final int IN_COMMENTLexical state.- See Also:
- Constant Field Values
-
PREPROCESSOR_OUTPUT
static final int PREPROCESSOR_OUTPUTLexical state.- See Also:
- Constant Field Values
-
PREPROCESSOR_OUTPUT2
static final int PREPROCESSOR_OUTPUT2Lexical state.- See Also:
- Constant Field Values
-
tokenImage
Literal token values.
-