Package de.jplag.cpp
Interface CPPTokenConstants
- All Superinterfaces:
TokenConstants
- All Known Implementing Classes:
CPPScanner,CPPToken,Scanner
public interface CPPTokenConstants extends TokenConstants
-
Field Summary
Fields Modifier and Type Field Description static intC_ARROWstatic intC_ARROWSTARstatic intC_ASSIGNstatic intC_AUTOstatic intC_BLOCK_BEGINstatic intC_BLOCK_ENDstatic intC_BREAKstatic intC_CASEstatic intC_CATCHstatic intC_CHARstatic intC_CLASSstatic intC_CONSTstatic intC_CONTINUEstatic intC_DEFAULTstatic intC_DELETEstatic intC_DOstatic intC_DOTstatic intC_DOTSTARstatic intC_DOUBLEstatic intC_ELLIPSISstatic intC_ELSEstatic intC_ENUMstatic intC_EXTERNstatic intC_FLOATstatic intC_FORstatic intC_FRIENDstatic intC_FUNstatic intC_GOTOstatic intC_IDstatic intC_IFstatic intC_INLINEstatic intC_INTstatic intC_LONGstatic intC_NEWstatic intC_NULLstatic intC_OPERATORstatic intC_PRIVATEstatic intC_PROTECTEDstatic intC_PUBLICstatic intC_QUESTIONMARKstatic intC_REDECLAREDstatic intC_REGISTERstatic intC_RETURNstatic intC_SCOPEstatic intC_SHORTstatic intC_SIGNEDstatic intC_SIZEOFstatic intC_STATICstatic intC_STRUCTstatic intC_SWITCHstatic intC_TEMPLATEstatic intC_THISstatic intC_THROWstatic intC_TRYstatic intC_TYPEDEFstatic intC_UNIONstatic intC_UNSIGNEDstatic intC_VIRTUALstatic intC_VOIDstatic intC_VOLANTILEstatic intC_WHILEstatic intFILE_ENDstatic intNUM_DIFF_TOKENSstatic intSEPARATOR_TOKEN
-
Field Details
-
FILE_END
static final int FILE_END- See Also:
- Constant Field Values
-
SEPARATOR_TOKEN
static final int SEPARATOR_TOKEN- See Also:
- Constant Field Values
-
C_BLOCK_BEGIN
static final int C_BLOCK_BEGIN- See Also:
- Constant Field Values
-
C_BLOCK_END
static final int C_BLOCK_END- See Also:
- Constant Field Values
-
C_SCOPE
static final int C_SCOPE- See Also:
- Constant Field Values
-
C_QUESTIONMARK
static final int C_QUESTIONMARK- See Also:
- Constant Field Values
-
C_ELLIPSIS
static final int C_ELLIPSIS- See Also:
- Constant Field Values
-
C_ASSIGN
static final int C_ASSIGN- See Also:
- Constant Field Values
-
C_DOT
static final int C_DOT- See Also:
- Constant Field Values
-
C_ARROW
static final int C_ARROW- See Also:
- Constant Field Values
-
C_ARROWSTAR
static final int C_ARROWSTAR- See Also:
- Constant Field Values
-
C_AUTO
static final int C_AUTO- See Also:
- Constant Field Values
-
C_BREAK
static final int C_BREAK- See Also:
- Constant Field Values
-
C_CASE
static final int C_CASE- See Also:
- Constant Field Values
-
C_CATCH
static final int C_CATCH- See Also:
- Constant Field Values
-
C_CHAR
static final int C_CHAR- See Also:
- Constant Field Values
-
C_CONST
static final int C_CONST- See Also:
- Constant Field Values
-
C_CONTINUE
static final int C_CONTINUE- See Also:
- Constant Field Values
-
C_DEFAULT
static final int C_DEFAULT- See Also:
- Constant Field Values
-
C_DELETE
static final int C_DELETE- See Also:
- Constant Field Values
-
C_DO
static final int C_DO- See Also:
- Constant Field Values
-
C_DOUBLE
static final int C_DOUBLE- See Also:
- Constant Field Values
-
C_ELSE
static final int C_ELSE- See Also:
- Constant Field Values
-
C_ENUM
static final int C_ENUM- See Also:
- Constant Field Values
-
C_EXTERN
static final int C_EXTERN- See Also:
- Constant Field Values
-
C_FLOAT
static final int C_FLOAT- See Also:
- Constant Field Values
-
C_FOR
static final int C_FOR- See Also:
- Constant Field Values
-
C_FRIEND
static final int C_FRIEND- See Also:
- Constant Field Values
-
C_GOTO
static final int C_GOTO- See Also:
- Constant Field Values
-
C_IF
static final int C_IF- See Also:
- Constant Field Values
-
C_INLINE
static final int C_INLINE- See Also:
- Constant Field Values
-
C_INT
static final int C_INT- See Also:
- Constant Field Values
-
C_LONG
static final int C_LONG- See Also:
- Constant Field Values
-
C_NEW
static final int C_NEW- See Also:
- Constant Field Values
-
C_PRIVATE
static final int C_PRIVATE- See Also:
- Constant Field Values
-
C_PROTECTED
static final int C_PROTECTED- See Also:
- Constant Field Values
-
C_PUBLIC
static final int C_PUBLIC- See Also:
- Constant Field Values
-
C_REDECLARED
static final int C_REDECLARED- See Also:
- Constant Field Values
-
C_REGISTER
static final int C_REGISTER- See Also:
- Constant Field Values
-
C_RETURN
static final int C_RETURN- See Also:
- Constant Field Values
-
C_SHORT
static final int C_SHORT- See Also:
- Constant Field Values
-
C_SIGNED
static final int C_SIGNED- See Also:
- Constant Field Values
-
C_SIZEOF
static final int C_SIZEOF- See Also:
- Constant Field Values
-
C_STATIC
static final int C_STATIC- See Also:
- Constant Field Values
-
C_STRUCT
static final int C_STRUCT- See Also:
- Constant Field Values
-
C_CLASS
static final int C_CLASS- See Also:
- Constant Field Values
-
C_SWITCH
static final int C_SWITCH- See Also:
- Constant Field Values
-
C_TEMPLATE
static final int C_TEMPLATE- See Also:
- Constant Field Values
-
C_THIS
static final int C_THIS- See Also:
- Constant Field Values
-
C_TRY
static final int C_TRY- See Also:
- Constant Field Values
-
C_TYPEDEF
static final int C_TYPEDEF- See Also:
- Constant Field Values
-
C_UNION
static final int C_UNION- See Also:
- Constant Field Values
-
C_UNSIGNED
static final int C_UNSIGNED- See Also:
- Constant Field Values
-
C_VIRTUAL
static final int C_VIRTUAL- See Also:
- Constant Field Values
-
C_VOID
static final int C_VOID- See Also:
- Constant Field Values
-
C_VOLANTILE
static final int C_VOLANTILE- See Also:
- Constant Field Values
-
C_WHILE
static final int C_WHILE- See Also:
- Constant Field Values
-
C_OPERATOR
static final int C_OPERATOR- See Also:
- Constant Field Values
-
C_THROW
static final int C_THROW- See Also:
- Constant Field Values
-
C_ID
static final int C_ID- See Also:
- Constant Field Values
-
C_FUN
static final int C_FUN- See Also:
- Constant Field Values
-
C_DOTSTAR
static final int C_DOTSTAR- See Also:
- Constant Field Values
-
C_NULL
static final int C_NULL- See Also:
- Constant Field Values
-
NUM_DIFF_TOKENS
static final int NUM_DIFF_TOKENS- See Also:
- Constant Field Values
-