net.sourceforge.pmd.cpd.cppast

Interface CPPParserConstants

public interface CPPParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary
intAMPERSAND
RegularExpression Id.
intAND
RegularExpression Id.
intARROWSTAR
RegularExpression Id.
intASSIGNEQUAL
RegularExpression Id.
intAUTO
RegularExpression Id.
intBITWISEANDEQUAL
RegularExpression Id.
intBITWISEOR
RegularExpression Id.
intBITWISEOREQUAL
RegularExpression Id.
intBITWISEXOR
RegularExpression Id.
intBITWISEXOREQUAL
RegularExpression Id.
intBREAK
RegularExpression Id.
intCASE
RegularExpression Id.
intCATCH
RegularExpression Id.
intCHAR
RegularExpression Id.
intCHARACTER
RegularExpression Id.
intCLASS
RegularExpression Id.
intCOLON
RegularExpression Id.
intCOMMA
RegularExpression Id.
intCONST
RegularExpression Id.
intCONTINUE
RegularExpression Id.
intDECIMALINT
RegularExpression Id.
intDECIMALLONG
RegularExpression Id.
intDEFAULT
Lexical state.
intDELETE
RegularExpression Id.
intDIVIDE
RegularExpression Id.
intDIVIDEEQUAL
RegularExpression Id.
intDO
RegularExpression Id.
intDOT
RegularExpression Id.
intDOTSTAR
RegularExpression Id.
intDOUBLE
RegularExpression Id.
intELLIPSIS
RegularExpression Id.
intELSE
RegularExpression Id.
intENUM
RegularExpression Id.
intEOF
End of File.
intEQUAL
RegularExpression Id.
intEXTERN
RegularExpression Id.
intFALSETOK
RegularExpression Id.
intFLOAT
RegularExpression Id.
intFLOATONE
RegularExpression Id.
intFLOATTWO
RegularExpression Id.
intFOR
RegularExpression Id.
intFRIEND
RegularExpression Id.
intGOTO
RegularExpression Id.
intGREATERTHAN
RegularExpression Id.
intGREATERTHANOREQUALTO
RegularExpression Id.
intHEXADECIMALINT
RegularExpression Id.
intHEXADECIMALLONG
RegularExpression Id.
intID
RegularExpression Id.
intIF
RegularExpression Id.
intINLINE
RegularExpression Id.
intINT
RegularExpression Id.
intIN_COMMENT
Lexical state.
intIN_LINE_COMMENT
Lexical state.
intIN_PREPROCESSOR_OUTPUT_COMMENT
Lexical state.
intLCURLYBRACE
RegularExpression Id.
intLESSTHAN
RegularExpression Id.
intLESSTHANOREQUALTO
RegularExpression Id.
intLONG
RegularExpression Id.
intLPARENTHESIS
RegularExpression Id.
intLSQUAREBRACKET
RegularExpression Id.
intMINUS
RegularExpression Id.
intMINUSEQUAL
RegularExpression Id.
intMINUSMINUS
RegularExpression Id.
intMOD
RegularExpression Id.
intMODEQUAL
RegularExpression Id.
intNEW
RegularExpression Id.
intNOT
RegularExpression Id.
intNOTEQUAL
RegularExpression Id.
intOCTALINT
RegularExpression Id.
intOCTALLONG
RegularExpression Id.
intOPERATOR
RegularExpression Id.
intOR
RegularExpression Id.
intPLUS
RegularExpression Id.
intPLUSEQUAL
RegularExpression Id.
intPLUSPLUS
RegularExpression Id.
intPOINTERTO
RegularExpression Id.
intPREPROCESSOR_OUTPUT
Lexical state.
intPRIVATE
RegularExpression Id.
intPROTECTED
RegularExpression Id.
intPUBLIC
RegularExpression Id.
intQUESTIONMARK
RegularExpression Id.
intRCURLYBRACE
RegularExpression Id.
intREDECLARED
RegularExpression Id.
intREGISTER
RegularExpression Id.
intRETURN
RegularExpression Id.
intRPARENTHESIS
RegularExpression Id.
intRSQUAREBRACKET
RegularExpression Id.
intSCOPE
RegularExpression Id.
intSEMICOLON
RegularExpression Id.
intSHIFTLEFT
RegularExpression Id.
intSHIFTLEFTEQUAL
RegularExpression Id.
intSHIFTRIGHT
RegularExpression Id.
intSHIFTRIGHTEQUAL
RegularExpression Id.
intSHORT
RegularExpression Id.
intSIGNED
RegularExpression Id.
intSIZEOF
RegularExpression Id.
intSTAR
RegularExpression Id.
intSTATIC
RegularExpression Id.
intSTRING
RegularExpression Id.
intSTRUCT
RegularExpression Id.
intSWITCH
RegularExpression Id.
String[]tokenImage
Literal token values.
intTEMPLATE
RegularExpression Id.
intTHIS
RegularExpression Id.
intTHROW
RegularExpression Id.
intTILDE
RegularExpression Id.
intTIMESEQUAL
RegularExpression Id.
intTRUETOK
RegularExpression Id.
intTRY
RegularExpression Id.
intTYPEDEF
RegularExpression Id.
intUNION
RegularExpression Id.
intUNSIGNED
RegularExpression Id.
intUNSIGNED_DECIMALINT
RegularExpression Id.
intUNSIGNED_DECIMALLONG
RegularExpression Id.
intUNSIGNED_HEXADECIMALINT
RegularExpression Id.
intUNSIGNED_HEXADECIMALLONG
RegularExpression Id.
intUNSIGNED_OCTALINT
RegularExpression Id.
intUNSIGNED_OCTALLONG
RegularExpression Id.
intVIRTUAL
RegularExpression Id.
intVOID
RegularExpression Id.
intVOLATILE
RegularExpression Id.
intWHILE
RegularExpression Id.
int_DEFAULT
RegularExpression Id.

Field Detail

AMPERSAND

public int AMPERSAND
RegularExpression Id.

AND

public int AND
RegularExpression Id.

ARROWSTAR

public int ARROWSTAR
RegularExpression Id.

ASSIGNEQUAL

public int ASSIGNEQUAL
RegularExpression Id.

AUTO

public int AUTO
RegularExpression Id.

BITWISEANDEQUAL

public int BITWISEANDEQUAL
RegularExpression Id.

BITWISEOR

public int BITWISEOR
RegularExpression Id.

BITWISEOREQUAL

public int BITWISEOREQUAL
RegularExpression Id.

BITWISEXOR

public int BITWISEXOR
RegularExpression Id.

BITWISEXOREQUAL

public int BITWISEXOREQUAL
RegularExpression Id.

BREAK

public int BREAK
RegularExpression Id.

CASE

public int CASE
RegularExpression Id.

CATCH

public int CATCH
RegularExpression Id.

CHAR

public int CHAR
RegularExpression Id.

CHARACTER

public int CHARACTER
RegularExpression Id.

CLASS

public int CLASS
RegularExpression Id.

COLON

public int COLON
RegularExpression Id.

COMMA

public int COMMA
RegularExpression Id.

CONST

public int CONST
RegularExpression Id.

CONTINUE

public int CONTINUE
RegularExpression Id.

DECIMALINT

public int DECIMALINT
RegularExpression Id.

DECIMALLONG

public int DECIMALLONG
RegularExpression Id.

DEFAULT

public int DEFAULT
Lexical state.

DELETE

public int DELETE
RegularExpression Id.

DIVIDE

public int DIVIDE
RegularExpression Id.

DIVIDEEQUAL

public int DIVIDEEQUAL
RegularExpression Id.

DO

public int DO
RegularExpression Id.

DOT

public int DOT
RegularExpression Id.

DOTSTAR

public int DOTSTAR
RegularExpression Id.

DOUBLE

public int DOUBLE
RegularExpression Id.

ELLIPSIS

public int ELLIPSIS
RegularExpression Id.

ELSE

public int ELSE
RegularExpression Id.

ENUM

public int ENUM
RegularExpression Id.

EOF

public int EOF
End of File.

EQUAL

public int EQUAL
RegularExpression Id.

EXTERN

public int EXTERN
RegularExpression Id.

FALSETOK

public int FALSETOK
RegularExpression Id.

FLOAT

public int FLOAT
RegularExpression Id.

FLOATONE

public int FLOATONE
RegularExpression Id.

FLOATTWO

public int FLOATTWO
RegularExpression Id.

FOR

public int FOR
RegularExpression Id.

FRIEND

public int FRIEND
RegularExpression Id.

GOTO

public int GOTO
RegularExpression Id.

GREATERTHAN

public int GREATERTHAN
RegularExpression Id.

GREATERTHANOREQUALTO

public int GREATERTHANOREQUALTO
RegularExpression Id.

HEXADECIMALINT

public int HEXADECIMALINT
RegularExpression Id.

HEXADECIMALLONG

public int HEXADECIMALLONG
RegularExpression Id.

ID

public int ID
RegularExpression Id.

IF

public int IF
RegularExpression Id.

INLINE

public int INLINE
RegularExpression Id.

INT

public int INT
RegularExpression Id.

IN_COMMENT

public int IN_COMMENT
Lexical state.

IN_LINE_COMMENT

public int IN_LINE_COMMENT
Lexical state.

IN_PREPROCESSOR_OUTPUT_COMMENT

public int IN_PREPROCESSOR_OUTPUT_COMMENT
Lexical state.

LCURLYBRACE

public int LCURLYBRACE
RegularExpression Id.

LESSTHAN

public int LESSTHAN
RegularExpression Id.

LESSTHANOREQUALTO

public int LESSTHANOREQUALTO
RegularExpression Id.

LONG

public int LONG
RegularExpression Id.

LPARENTHESIS

public int LPARENTHESIS
RegularExpression Id.

LSQUAREBRACKET

public int LSQUAREBRACKET
RegularExpression Id.

MINUS

public int MINUS
RegularExpression Id.

MINUSEQUAL

public int MINUSEQUAL
RegularExpression Id.

MINUSMINUS

public int MINUSMINUS
RegularExpression Id.

MOD

public int MOD
RegularExpression Id.

MODEQUAL

public int MODEQUAL
RegularExpression Id.

NEW

public int NEW
RegularExpression Id.

NOT

public int NOT
RegularExpression Id.

NOTEQUAL

public int NOTEQUAL
RegularExpression Id.

OCTALINT

public int OCTALINT
RegularExpression Id.

OCTALLONG

public int OCTALLONG
RegularExpression Id.

OPERATOR

public int OPERATOR
RegularExpression Id.

OR

public int OR
RegularExpression Id.

PLUS

public int PLUS
RegularExpression Id.

PLUSEQUAL

public int PLUSEQUAL
RegularExpression Id.

PLUSPLUS

public int PLUSPLUS
RegularExpression Id.

POINTERTO

public int POINTERTO
RegularExpression Id.

PREPROCESSOR_OUTPUT

public int PREPROCESSOR_OUTPUT
Lexical state.

PRIVATE

public int PRIVATE
RegularExpression Id.

PROTECTED

public int PROTECTED
RegularExpression Id.

PUBLIC

public int PUBLIC
RegularExpression Id.

QUESTIONMARK

public int QUESTIONMARK
RegularExpression Id.

RCURLYBRACE

public int RCURLYBRACE
RegularExpression Id.

REDECLARED

public int REDECLARED
RegularExpression Id.

REGISTER

public int REGISTER
RegularExpression Id.

RETURN

public int RETURN
RegularExpression Id.

RPARENTHESIS

public int RPARENTHESIS
RegularExpression Id.

RSQUAREBRACKET

public int RSQUAREBRACKET
RegularExpression Id.

SCOPE

public int SCOPE
RegularExpression Id.

SEMICOLON

public int SEMICOLON
RegularExpression Id.

SHIFTLEFT

public int SHIFTLEFT
RegularExpression Id.

SHIFTLEFTEQUAL

public int SHIFTLEFTEQUAL
RegularExpression Id.

SHIFTRIGHT

public int SHIFTRIGHT
RegularExpression Id.

SHIFTRIGHTEQUAL

public int SHIFTRIGHTEQUAL
RegularExpression Id.

SHORT

public int SHORT
RegularExpression Id.

SIGNED

public int SIGNED
RegularExpression Id.

SIZEOF

public int SIZEOF
RegularExpression Id.

STAR

public int STAR
RegularExpression Id.

STATIC

public int STATIC
RegularExpression Id.

STRING

public int STRING
RegularExpression Id.

STRUCT

public int STRUCT
RegularExpression Id.

SWITCH

public int SWITCH
RegularExpression Id.

tokenImage

public String[] tokenImage
Literal token values.

TEMPLATE

public int TEMPLATE
RegularExpression Id.

THIS

public int THIS
RegularExpression Id.

THROW

public int THROW
RegularExpression Id.

TILDE

public int TILDE
RegularExpression Id.

TIMESEQUAL

public int TIMESEQUAL
RegularExpression Id.

TRUETOK

public int TRUETOK
RegularExpression Id.

TRY

public int TRY
RegularExpression Id.

TYPEDEF

public int TYPEDEF
RegularExpression Id.

UNION

public int UNION
RegularExpression Id.

UNSIGNED

public int UNSIGNED
RegularExpression Id.

UNSIGNED_DECIMALINT

public int UNSIGNED_DECIMALINT
RegularExpression Id.

UNSIGNED_DECIMALLONG

public int UNSIGNED_DECIMALLONG
RegularExpression Id.

UNSIGNED_HEXADECIMALINT

public int UNSIGNED_HEXADECIMALINT
RegularExpression Id.

UNSIGNED_HEXADECIMALLONG

public int UNSIGNED_HEXADECIMALLONG
RegularExpression Id.

UNSIGNED_OCTALINT

public int UNSIGNED_OCTALINT
RegularExpression Id.

UNSIGNED_OCTALLONG

public int UNSIGNED_OCTALLONG
RegularExpression Id.

VIRTUAL

public int VIRTUAL
RegularExpression Id.

VOID

public int VOID
RegularExpression Id.

VOLATILE

public int VOLATILE
RegularExpression Id.

WHILE

public int WHILE
RegularExpression Id.

_DEFAULT

public int _DEFAULT
RegularExpression Id.