net.sourceforge.pmd.cpd.cppast
public interface CPPParserConstants
| Field Summary | |
|---|---|
| int | AMPERSAND RegularExpression Id. |
| int | AND RegularExpression Id. |
| int | ARROWSTAR RegularExpression Id. |
| int | ASSIGNEQUAL RegularExpression Id. |
| int | AUTO RegularExpression Id. |
| int | BITWISEANDEQUAL RegularExpression Id. |
| int | BITWISEOR RegularExpression Id. |
| int | BITWISEOREQUAL RegularExpression Id. |
| int | BITWISEXOR RegularExpression Id. |
| int | BITWISEXOREQUAL RegularExpression Id. |
| int | BREAK RegularExpression Id. |
| int | CASE RegularExpression Id. |
| int | CATCH RegularExpression Id. |
| int | CHAR RegularExpression Id. |
| int | CHARACTER RegularExpression Id. |
| int | CLASS RegularExpression Id. |
| int | COLON RegularExpression Id. |
| int | COMMA RegularExpression Id. |
| int | CONST RegularExpression Id. |
| int | CONTINUE RegularExpression Id. |
| int | DECIMALINT RegularExpression Id. |
| int | DECIMALLONG RegularExpression Id. |
| int | DEFAULT Lexical state. |
| int | DELETE RegularExpression Id. |
| int | DIVIDE RegularExpression Id. |
| int | DIVIDEEQUAL RegularExpression Id. |
| int | DO RegularExpression Id. |
| int | DOT RegularExpression Id. |
| int | DOTSTAR RegularExpression Id. |
| int | DOUBLE RegularExpression Id. |
| int | ELLIPSIS RegularExpression Id. |
| int | ELSE RegularExpression Id. |
| int | ENUM RegularExpression Id. |
| int | EOF End of File. |
| int | EQUAL RegularExpression Id. |
| int | EXTERN RegularExpression Id. |
| int | FALSETOK RegularExpression Id. |
| int | FLOAT RegularExpression Id. |
| int | FLOATONE RegularExpression Id. |
| int | FLOATTWO RegularExpression Id. |
| int | FOR RegularExpression Id. |
| int | FRIEND RegularExpression Id. |
| int | GOTO RegularExpression Id. |
| int | GREATERTHAN RegularExpression Id. |
| int | GREATERTHANOREQUALTO RegularExpression Id. |
| int | HEXADECIMALINT RegularExpression Id. |
| int | HEXADECIMALLONG RegularExpression Id. |
| int | ID RegularExpression Id. |
| int | IF RegularExpression Id. |
| int | INLINE RegularExpression Id. |
| int | INT RegularExpression Id. |
| int | IN_COMMENT Lexical state. |
| int | IN_LINE_COMMENT Lexical state. |
| int | IN_PREPROCESSOR_OUTPUT_COMMENT Lexical state. |
| int | LCURLYBRACE RegularExpression Id. |
| int | LESSTHAN RegularExpression Id. |
| int | LESSTHANOREQUALTO RegularExpression Id. |
| int | LONG RegularExpression Id. |
| int | LPARENTHESIS RegularExpression Id. |
| int | LSQUAREBRACKET RegularExpression Id. |
| int | MINUS RegularExpression Id. |
| int | MINUSEQUAL RegularExpression Id. |
| int | MINUSMINUS RegularExpression Id. |
| int | MOD RegularExpression Id. |
| int | MODEQUAL RegularExpression Id. |
| int | NEW RegularExpression Id. |
| int | NOT RegularExpression Id. |
| int | NOTEQUAL RegularExpression Id. |
| int | OCTALINT RegularExpression Id. |
| int | OCTALLONG RegularExpression Id. |
| int | OPERATOR RegularExpression Id. |
| int | OR RegularExpression Id. |
| int | PLUS RegularExpression Id. |
| int | PLUSEQUAL RegularExpression Id. |
| int | PLUSPLUS RegularExpression Id. |
| int | POINTERTO RegularExpression Id. |
| int | PREPROCESSOR_OUTPUT Lexical state. |
| int | PRIVATE RegularExpression Id. |
| int | PROTECTED RegularExpression Id. |
| int | PUBLIC RegularExpression Id. |
| int | QUESTIONMARK RegularExpression Id. |
| int | RCURLYBRACE RegularExpression Id. |
| int | REDECLARED RegularExpression Id. |
| int | REGISTER RegularExpression Id. |
| int | RETURN RegularExpression Id. |
| int | RPARENTHESIS RegularExpression Id. |
| int | RSQUAREBRACKET RegularExpression Id. |
| int | SCOPE RegularExpression Id. |
| int | SEMICOLON RegularExpression Id. |
| int | SHIFTLEFT RegularExpression Id. |
| int | SHIFTLEFTEQUAL RegularExpression Id. |
| int | SHIFTRIGHT RegularExpression Id. |
| int | SHIFTRIGHTEQUAL RegularExpression Id. |
| int | SHORT RegularExpression Id. |
| int | SIGNED RegularExpression Id. |
| int | SIZEOF RegularExpression Id. |
| int | STAR RegularExpression Id. |
| int | STATIC RegularExpression Id. |
| int | STRING RegularExpression Id. |
| int | STRUCT RegularExpression Id. |
| int | SWITCH RegularExpression Id. |
| String[] | tokenImage Literal token values. |
| int | TEMPLATE RegularExpression Id. |
| int | THIS RegularExpression Id. |
| int | THROW RegularExpression Id. |
| int | TILDE RegularExpression Id. |
| int | TIMESEQUAL RegularExpression Id. |
| int | TRUETOK RegularExpression Id. |
| int | TRY RegularExpression Id. |
| int | TYPEDEF RegularExpression Id. |
| int | UNION RegularExpression Id. |
| int | UNSIGNED RegularExpression Id. |
| int | UNSIGNED_DECIMALINT RegularExpression Id. |
| int | UNSIGNED_DECIMALLONG RegularExpression Id. |
| int | UNSIGNED_HEXADECIMALINT RegularExpression Id. |
| int | UNSIGNED_HEXADECIMALLONG RegularExpression Id. |
| int | UNSIGNED_OCTALINT RegularExpression Id. |
| int | UNSIGNED_OCTALLONG RegularExpression Id. |
| int | VIRTUAL RegularExpression Id. |
| int | VOID RegularExpression Id. |
| int | VOLATILE RegularExpression Id. |
| int | WHILE RegularExpression Id. |
| int | _DEFAULT RegularExpression Id. |