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