Package net.sourceforge.pmd.lang.cpp.ast
Interface CppParserConstants
-
- All Known Implementing Classes:
CppParserTokenManager
@Deprecated @InternalApi public interface CppParserConstants
Deprecated.Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DEFAULT
Deprecated.RegularExpression Id.static int
AMPERSAND
Deprecated.RegularExpression Id.static int
AND
Deprecated.RegularExpression Id.static int
ARROWSTAR
Deprecated.RegularExpression Id.static int
ASSIGNEQUAL
Deprecated.RegularExpression Id.static int
AT
Deprecated.RegularExpression Id.static int
AUTO
Deprecated.RegularExpression Id.static int
BITWISEANDEQUAL
Deprecated.RegularExpression Id.static int
BITWISEOR
Deprecated.RegularExpression Id.static int
BITWISEOREQUAL
Deprecated.RegularExpression Id.static int
BITWISEXOR
Deprecated.RegularExpression Id.static int
BITWISEXOREQUAL
Deprecated.RegularExpression Id.static int
BREAK
Deprecated.RegularExpression Id.static int
CASE
Deprecated.RegularExpression Id.static int
CATCH
Deprecated.RegularExpression Id.static int
CHAR
Deprecated.RegularExpression Id.static int
CHARACTER
Deprecated.RegularExpression Id.static int
CHRPREF
Deprecated.RegularExpression Id.static int
CLASS
Deprecated.RegularExpression Id.static int
COLON
Deprecated.RegularExpression Id.static int
COMMA
Deprecated.RegularExpression Id.static int
CONST
Deprecated.RegularExpression Id.static int
CONTINUE
Deprecated.RegularExpression Id.static int
DECIMALDIGIT
Deprecated.RegularExpression Id.static int
DECIMALINT
Deprecated.RegularExpression Id.static int
DECIMALLONG
Deprecated.RegularExpression Id.static int
DEFAULT
Deprecated.Lexical state.static int
DELETE
Deprecated.RegularExpression Id.static int
DIVIDE
Deprecated.RegularExpression Id.static int
DIVIDEEQUAL
Deprecated.RegularExpression Id.static int
DO
Deprecated.RegularExpression Id.static int
DOT
Deprecated.RegularExpression Id.static int
DOTSTAR
Deprecated.RegularExpression Id.static int
DOUBLE
Deprecated.RegularExpression Id.static int
ELLIPSIS
Deprecated.RegularExpression Id.static int
ELSE
Deprecated.RegularExpression Id.static int
ENUM
Deprecated.RegularExpression Id.static int
EOF
Deprecated.End of File.static int
EQUAL
Deprecated.RegularExpression Id.static int
EXTERN
Deprecated.RegularExpression Id.static int
FALSETOK
Deprecated.RegularExpression Id.static int
FINALLY
Deprecated.RegularExpression Id.static int
FLOAT
Deprecated.RegularExpression Id.static int
FLOATONE
Deprecated.RegularExpression Id.static int
FLOATTWO
Deprecated.RegularExpression Id.static int
FOR
Deprecated.RegularExpression Id.static int
FRIEND
Deprecated.RegularExpression Id.static int
GOTO
Deprecated.RegularExpression Id.static int
GREATERTHAN
Deprecated.RegularExpression Id.static int
GREATERTHANOREQUALTO
Deprecated.RegularExpression Id.static int
HEXADECIMALINT
Deprecated.RegularExpression Id.static int
HEXADECIMALLONG
Deprecated.RegularExpression Id.static int
ID
Deprecated.RegularExpression Id.static int
IF
Deprecated.RegularExpression Id.static int
IN_MULTI_LINE_COMMENT
Deprecated.Lexical state.static int
IN_PREPROCESSOR_OUTPUT_COMMENT
Deprecated.Lexical state.static int
INLINE
Deprecated.RegularExpression Id.static int
INT
Deprecated.RegularExpression Id.static int
LCURLYBRACE
Deprecated.RegularExpression Id.static int
LESSTHAN
Deprecated.RegularExpression Id.static int
LESSTHANOREQUALTO
Deprecated.RegularExpression Id.static int
LONG
Deprecated.RegularExpression Id.static int
LPARENTHESIS
Deprecated.RegularExpression Id.static int
LSQUAREBRACKET
Deprecated.RegularExpression Id.static int
MINUS
Deprecated.RegularExpression Id.static int
MINUSEQUAL
Deprecated.RegularExpression Id.static int
MINUSMINUS
Deprecated.RegularExpression Id.static int
MOD
Deprecated.RegularExpression Id.static int
MODEQUAL
Deprecated.RegularExpression Id.static int
MULTI_LINE_COMMENT
Deprecated.RegularExpression Id.static int
NEW
Deprecated.RegularExpression Id.static int
NOT
Deprecated.RegularExpression Id.static int
NOTEQUAL
Deprecated.RegularExpression Id.static int
OCTALINT
Deprecated.RegularExpression Id.static int
OCTALLONG
Deprecated.RegularExpression Id.static int
OPERATOR
Deprecated.RegularExpression Id.static int
OR
Deprecated.RegularExpression Id.static int
PLUS
Deprecated.RegularExpression Id.static int
PLUSEQUAL
Deprecated.RegularExpression Id.static int
PLUSPLUS
Deprecated.RegularExpression Id.static int
POINTERTO
Deprecated.RegularExpression Id.static int
PREPROCESSOR_OUTPUT
Deprecated.Lexical state.static int
PREPROCESSOR_OUTPUT_COMMENT
Deprecated.RegularExpression Id.static int
PRIVATE
Deprecated.RegularExpression Id.static int
PROTECTED
Deprecated.RegularExpression Id.static int
PUBLIC
Deprecated.RegularExpression Id.static int
QUESTIONMARK
Deprecated.RegularExpression Id.static int
RCURLYBRACE
Deprecated.RegularExpression Id.static int
REDECLARED
Deprecated.RegularExpression Id.static int
REGISTER
Deprecated.RegularExpression Id.static int
RETURN
Deprecated.RegularExpression Id.static int
RPARENTHESIS
Deprecated.RegularExpression Id.static int
RSQUAREBRACKET
Deprecated.RegularExpression Id.static int
RSTRING
Deprecated.RegularExpression Id.static int
SCOPE
Deprecated.RegularExpression Id.static int
SEMICOLON
Deprecated.RegularExpression Id.static int
SHIFTLEFT
Deprecated.RegularExpression Id.static int
SHIFTLEFTEQUAL
Deprecated.RegularExpression Id.static int
SHIFTRIGHT
Deprecated.RegularExpression Id.static int
SHIFTRIGHTEQUAL
Deprecated.RegularExpression Id.static int
SHORT
Deprecated.RegularExpression Id.static int
SIGNED
Deprecated.RegularExpression Id.static int
SINGLE_LINE_COMMENT
Deprecated.RegularExpression Id.static int
SIZEOF
Deprecated.RegularExpression Id.static int
STAR
Deprecated.RegularExpression Id.static int
STATIC
Deprecated.RegularExpression Id.static int
STRING
Deprecated.RegularExpression Id.static int
STRPREF
Deprecated.RegularExpression Id.static int
STRUCT
Deprecated.RegularExpression Id.static int
SWITCH
Deprecated.RegularExpression Id.static int
TEMPLATE
Deprecated.RegularExpression Id.static int
THIS
Deprecated.RegularExpression Id.static int
THROW
Deprecated.RegularExpression Id.static int
TILDE
Deprecated.RegularExpression Id.static int
TIMESEQUAL
Deprecated.RegularExpression Id.static String[]
tokenImage
Deprecated.Literal token values.static int
TRUETOK
Deprecated.RegularExpression Id.static int
TRY
Deprecated.RegularExpression Id.static int
TYPEDEF
Deprecated.RegularExpression Id.static int
UNION
Deprecated.RegularExpression Id.static int
UNSIGNED
Deprecated.RegularExpression Id.static int
UNSIGNED_DECIMALINT
Deprecated.RegularExpression Id.static int
UNSIGNED_DECIMALLONG
Deprecated.RegularExpression Id.static int
UNSIGNED_HEXADECIMALINT
Deprecated.RegularExpression Id.static int
UNSIGNED_HEXADECIMALLONG
Deprecated.RegularExpression Id.static int
UNSIGNED_OCTALINT
Deprecated.RegularExpression Id.static int
UNSIGNED_OCTALLONG
Deprecated.RegularExpression Id.static int
VIRTUAL
Deprecated.RegularExpression Id.static int
VOID
Deprecated.RegularExpression Id.static int
VOLATILE
Deprecated.RegularExpression Id.static int
WHILE
Deprecated.RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
Deprecated.End of File.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PREPROCESSOR_OUTPUT_COMMENT
static final int PREPROCESSOR_OUTPUT_COMMENT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LCURLYBRACE
static final int LCURLYBRACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RCURLYBRACE
static final int RCURLYBRACE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LSQUAREBRACKET
static final int LSQUAREBRACKET
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RSQUAREBRACKET
static final int RSQUAREBRACKET
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LPARENTHESIS
static final int LPARENTHESIS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RPARENTHESIS
static final int RPARENTHESIS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SCOPE
static final int SCOPE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
QUESTIONMARK
static final int QUESTIONMARK
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ELLIPSIS
static final int ELLIPSIS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ASSIGNEQUAL
static final int ASSIGNEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TIMESEQUAL
static final int TIMESEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDEEQUAL
static final int DIVIDEEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MODEQUAL
static final int MODEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PLUSEQUAL
static final int PLUSEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MINUSEQUAL
static final int MINUSEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SHIFTLEFTEQUAL
static final int SHIFTLEFTEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SHIFTRIGHTEQUAL
static final int SHIFTRIGHTEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BITWISEANDEQUAL
static final int BITWISEANDEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BITWISEXOREQUAL
static final int BITWISEXOREQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BITWISEOREQUAL
static final int BITWISEOREQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int AND
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BITWISEOR
static final int BITWISEOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BITWISEXOR
static final int BITWISEXOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
AMPERSAND
static final int AMPERSAND
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EQUAL
static final int EQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NOTEQUAL
static final int NOTEQUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LESSTHAN
static final int LESSTHAN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
GREATERTHAN
static final int GREATERTHAN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LESSTHANOREQUALTO
static final int LESSTHANOREQUALTO
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
GREATERTHANOREQUALTO
static final int GREATERTHANOREQUALTO
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SHIFTLEFT
static final int SHIFTLEFT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SHIFTRIGHT
static final int SHIFTRIGHT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STAR
static final int STAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DIVIDE
static final int DIVIDE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MOD
static final int MOD
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PLUSPLUS
static final int PLUSPLUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
MINUSMINUS
static final int MINUSMINUS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TILDE
static final int TILDE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
POINTERTO
static final int POINTERTO
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOTSTAR
static final int DOTSTAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ARROWSTAR
static final int ARROWSTAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
AUTO
static final int AUTO
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
BREAK
static final int BREAK
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CASE
static final int CASE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CATCH
static final int CATCH
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CHAR
static final int CHAR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CONST
static final int CONST
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CONTINUE
static final int CONTINUE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
_DEFAULT
static final int _DEFAULT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DELETE
static final int DELETE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DO
static final int DO
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ENUM
static final int ENUM
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
EXTERN
static final int EXTERN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FOR
static final int FOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FRIEND
static final int FRIEND
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
GOTO
static final int GOTO
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
IF
static final int IF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
INLINE
static final int INLINE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
LONG
static final int LONG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
NEW
static final int NEW
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PRIVATE
static final int PRIVATE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PROTECTED
static final int PROTECTED
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
PUBLIC
static final int PUBLIC
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
REDECLARED
static final int REDECLARED
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
REGISTER
static final int REGISTER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SHORT
static final int SHORT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SIGNED
static final int SIGNED
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SIZEOF
static final int SIZEOF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STATIC
static final int STATIC
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STRUCT
static final int STRUCT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CLASS
static final int CLASS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
SWITCH
static final int SWITCH
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TEMPLATE
static final int TEMPLATE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
THIS
static final int THIS
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRY
static final int TRY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TYPEDEF
static final int TYPEDEF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNION
static final int UNION
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED
static final int UNSIGNED
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
VIRTUAL
static final int VIRTUAL
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
VOID
static final int VOID
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
VOLATILE
static final int VOLATILE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
WHILE
static final int WHILE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OPERATOR
static final int OPERATOR
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
TRUETOK
static final int TRUETOK
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FALSETOK
static final int FALSETOK
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
THROW
static final int THROW
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
AT
static final int AT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FINALLY
static final int FINALLY
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OCTALINT
static final int OCTALINT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
OCTALLONG
static final int OCTALLONG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_OCTALINT
static final int UNSIGNED_OCTALINT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_OCTALLONG
static final int UNSIGNED_OCTALLONG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMALDIGIT
static final int DECIMALDIGIT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMALINT
static final int DECIMALINT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMALLONG
static final int DECIMALLONG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_DECIMALINT
static final int UNSIGNED_DECIMALINT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_DECIMALLONG
static final int UNSIGNED_DECIMALLONG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
HEXADECIMALINT
static final int HEXADECIMALINT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
HEXADECIMALLONG
static final int HEXADECIMALLONG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_HEXADECIMALINT
static final int UNSIGNED_HEXADECIMALINT
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
UNSIGNED_HEXADECIMALLONG
static final int UNSIGNED_HEXADECIMALLONG
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATONE
static final int FLOATONE
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
FLOATTWO
static final int FLOATTWO
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CHRPREF
static final int CHRPREF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
CHARACTER
static final int CHARACTER
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STRPREF
static final int STRPREF
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
RSTRING
static final int RSTRING
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
ID
static final int ID
Deprecated.RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
PREPROCESSOR_OUTPUT
static final int PREPROCESSOR_OUTPUT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
IN_PREPROCESSOR_OUTPUT_COMMENT
static final int IN_PREPROCESSOR_OUTPUT_COMMENT
Deprecated.Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Deprecated.Literal token values.
-
-