ObjectiveCParserTokenManager
public interface ObjectiveCParserConstants
Modifier and Type | Field | Description |
---|---|---|
static int |
ANDASSIGN |
RegularExpression Id.
|
static int |
ASSIGN |
RegularExpression Id.
|
static int |
AT |
RegularExpression Id.
|
static int |
AT_AUTORELEASEPOOL |
RegularExpression Id.
|
static int |
AT_CATCH |
RegularExpression Id.
|
static int |
AT_CLASS |
RegularExpression Id.
|
static int |
AT_COMPATIBILITY_ALIAS |
RegularExpression Id.
|
static int |
AT_DEFS |
RegularExpression Id.
|
static int |
AT_DYNAMIC |
RegularExpression Id.
|
static int |
AT_ENCODE |
RegularExpression Id.
|
static int |
AT_END |
RegularExpression Id.
|
static int |
AT_FINALLY |
RegularExpression Id.
|
static int |
AT_IMPLEMENTATION |
RegularExpression Id.
|
static int |
AT_INTERFACE |
RegularExpression Id.
|
static int |
AT_OPTIONAL |
RegularExpression Id.
|
static int |
AT_PACKAGE |
RegularExpression Id.
|
static int |
AT_PRIVATE |
RegularExpression Id.
|
static int |
AT_PROPERTY |
RegularExpression Id.
|
static int |
AT_PROTECTED |
RegularExpression Id.
|
static int |
AT_PROTOCOL |
RegularExpression Id.
|
static int |
AT_PUBLIC |
RegularExpression Id.
|
static int |
AT_REQUIRED |
RegularExpression Id.
|
static int |
AT_SELECTOR |
RegularExpression Id.
|
static int |
AT_SYNCHRONIZED |
RegularExpression Id.
|
static int |
AT_SYNTHESIZE |
RegularExpression Id.
|
static int |
AT_THROW |
RegularExpression Id.
|
static int |
AT_TRY |
RegularExpression Id.
|
static int |
AUTO |
RegularExpression Id.
|
static int |
BANG |
RegularExpression Id.
|
static int |
BIT_AND |
RegularExpression Id.
|
static int |
BIT_OR |
RegularExpression Id.
|
static int |
BLOCK |
RegularExpression Id.
|
static int |
BOOL |
RegularExpression Id.
|
static int |
BOOLEAN |
RegularExpression Id.
|
static int |
BREAK |
RegularExpression Id.
|
static int |
CASE |
RegularExpression Id.
|
static int |
CGFLOAT |
RegularExpression Id.
|
static int |
CHAR |
RegularExpression Id.
|
static int |
CHARACTER_LITERAL |
RegularExpression Id.
|
static int |
CLASS |
RegularExpression Id.
|
static int |
COLON |
RegularExpression Id.
|
static int |
CONST |
RegularExpression Id.
|
static int |
CONTINUE |
RegularExpression Id.
|
static int |
CSTRING_LITERAL |
RegularExpression Id.
|
static int |
DECIMAL_CONSTANT |
RegularExpression Id.
|
static int |
DECIMAL_LITERAL |
RegularExpression Id.
|
static int |
DECR |
RegularExpression Id.
|
static int |
DEFAULT |
Lexical state.
|
static int |
DFLT |
RegularExpression Id.
|
static int |
DIGIT |
RegularExpression Id.
|
static int |
DO |
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 |
EQ |
RegularExpression Id.
|
static int |
ESCAPE_SEQUENCE |
RegularExpression Id.
|
static int |
EXPONENT |
RegularExpression Id.
|
static int |
EXPORTED_CALLBACK |
RegularExpression Id.
|
static int |
EXTERN |
RegularExpression Id.
|
static int |
FIXED_NUM_TYPE |
RegularExpression Id.
|
static int |
FLOAT |
RegularExpression Id.
|
static int |
FLOATING_POINT_LITERAL |
RegularExpression Id.
|
static int |
FOAMAT_FUNC |
Lexical state.
|
static int |
FOR |
RegularExpression Id.
|
static int |
FORMAT_FUNC |
Lexical state.
|
static int |
FUNC |
RegularExpression Id.
|
static int |
GE |
RegularExpression Id.
|
static int |
GOTO |
RegularExpression Id.
|
static int |
GT |
RegularExpression Id.
|
static int |
HEX_CONSTANT |
RegularExpression Id.
|
static int |
HEX_DIGIT |
RegularExpression Id.
|
static int |
HEX_LITERAL |
RegularExpression Id.
|
static int |
HEX_PREFIX |
RegularExpression Id.
|
static int |
HEX_QUAD |
RegularExpression Id.
|
static int |
HOOK |
RegularExpression Id.
|
static int |
IBACTION |
RegularExpression Id.
|
static int |
IBOUTLET |
RegularExpression Id.
|
static int |
ID |
RegularExpression Id.
|
static int |
IDENT |
RegularExpression Id.
|
static int |
IDENT_NONDIGIT |
RegularExpression Id.
|
static int |
IF |
RegularExpression Id.
|
static int |
IMP |
RegularExpression Id.
|
static int |
IN_MULTI_LINE_COMMENT |
Lexical state.
|
static int |
INCR |
RegularExpression Id.
|
static int |
INT32_T |
RegularExpression Id.
|
static int |
INTEGER_CONSTANT |
RegularExpression Id.
|
static int |
INTEGER_LITERAL |
RegularExpression Id.
|
static int |
INTEGER_SUFFIX |
RegularExpression Id.
|
static int |
LE |
RegularExpression Id.
|
static int |
LEFT_BRACE |
RegularExpression Id.
|
static int |
LEFT_PAREN |
RegularExpression Id.
|
static int |
LEFT_SQUARE |
RegularExpression Id.
|
static int |
LONG_SUFFIX |
RegularExpression Id.
|
static int |
LSHIFT |
RegularExpression Id.
|
static int |
LSHIFTASSIGN |
RegularExpression Id.
|
static int |
LT |
RegularExpression Id.
|
static int |
MINUS |
RegularExpression Id.
|
static int |
MINUSASSIGN |
RegularExpression Id.
|
static int |
MULTI_LINE_COMMENT |
RegularExpression Id.
|
static int |
NE |
RegularExpression Id.
|
static int |
NIL |
RegularExpression Id.
|
static int |
NONDIGIT |
RegularExpression Id.
|
static int |
NONDIGIT_UNICODE |
RegularExpression Id.
|
static int |
NONZERO_DIGIT |
RegularExpression Id.
|
static int |
NSINTEGER |
RegularExpression Id.
|
static int |
NSRECT |
RegularExpression Id.
|
static int |
NSSIZE |
RegularExpression Id.
|
static int |
NSUINTEGER |
RegularExpression Id.
|
static int |
OCTAL_CONSTANT |
RegularExpression Id.
|
static int |
OCTAL_DIGIT |
RegularExpression Id.
|
static int |
OCTAL_LITERAL |
RegularExpression Id.
|
static int |
ORASSIGN |
RegularExpression Id.
|
static int |
PLUS |
RegularExpression Id.
|
static int |
PLUSASSIGN |
RegularExpression Id.
|
static int |
POSSIBLE_COCOA_TYPE |
RegularExpression Id.
|
static int |
POSSIBLE_CORE_TYPE |
RegularExpression Id.
|
static int |
PREPROCESSOR_OUTPUT |
Lexical state.
|
static int |
PROTOCOL_QUALIFIER_EXCEPT_IN |
RegularExpression Id.
|
static int |
REGISTER |
RegularExpression Id.
|
static int |
REM |
RegularExpression Id.
|
static int |
REMASSIGN |
RegularExpression Id.
|
static int |
RETURN |
RegularExpression Id.
|
static int |
RIGHT_BRACE |
RegularExpression Id.
|
static int |
RIGHT_PAREN |
RegularExpression Id.
|
static int |
RIGHT_SQUARE |
RegularExpression Id.
|
static int |
RSIGNEDSHIFTASSIGN |
RegularExpression Id.
|
static int |
RUNSIGNEDSHIFTASSIGN |
RegularExpression Id.
|
static int |
SC_AND |
RegularExpression Id.
|
static int |
SC_OR |
RegularExpression Id.
|
static int |
SCHAR |
RegularExpression Id.
|
static int |
SEL |
RegularExpression Id.
|
static int |
SEMICOLON |
RegularExpression Id.
|
static int |
SIGNED |
RegularExpression Id.
|
static int |
SINGLE_LINE_COMMENT |
RegularExpression Id.
|
static int |
SINT32 |
RegularExpression Id.
|
static int |
SIZEOF |
RegularExpression Id.
|
static int |
SLASH |
RegularExpression Id.
|
static int |
SLASHASSIGN |
RegularExpression Id.
|
static int |
STAR |
RegularExpression Id.
|
static int |
STARASSIGN |
RegularExpression Id.
|
static int |
STATIC |
RegularExpression Id.
|
static int |
STRING_LITERAL |
RegularExpression Id.
|
static int |
STRUCT |
RegularExpression Id.
|
static int |
SWITCH |
RegularExpression Id.
|
static int |
TILDE |
RegularExpression Id.
|
static java.lang.String[] |
tokenImage |
Literal token values.
|
static int |
TYPEDEF |
RegularExpression Id.
|
static int |
UCHAR |
RegularExpression Id.
|
static int |
UNION |
RegularExpression Id.
|
static int |
UNIVERSAL_CHARACTER_NAME |
RegularExpression Id.
|
static int |
UNSIGNED |
RegularExpression Id.
|
static int |
UNSIGNED_SUFFIX |
RegularExpression Id.
|
static int |
VOID |
RegularExpression Id.
|
static int |
VOID_BLOCK |
Lexical state.
|
static int |
VOLATILE |
RegularExpression Id.
|
static int |
WHILE |
RegularExpression Id.
|
static int |
XOR |
RegularExpression Id.
|
static int |
XORASSIGN |
RegularExpression Id.
|
static final int EOF
static final int FUNC
static final int SINGLE_LINE_COMMENT
static final int MULTI_LINE_COMMENT
static final int ASSIGN
static final int LT
static final int GT
static final int BANG
static final int TILDE
static final int HOOK
static final int COLON
static final int EQ
static final int LE
static final int GE
static final int NE
static final int SC_OR
static final int SC_AND
static final int INCR
static final int DECR
static final int PLUS
static final int MINUS
static final int STAR
static final int SLASH
static final int BIT_AND
static final int BIT_OR
static final int XOR
static final int REM
static final int LSHIFT
static final int PLUSASSIGN
static final int MINUSASSIGN
static final int STARASSIGN
static final int SLASHASSIGN
static final int ANDASSIGN
static final int ORASSIGN
static final int XORASSIGN
static final int REMASSIGN
static final int LSHIFTASSIGN
static final int RSIGNEDSHIFTASSIGN
static final int RUNSIGNEDSHIFTASSIGN
static final int ELLIPSIS
static final int ESCAPE_SEQUENCE
static final int INTEGER_LITERAL
static final int DECIMAL_LITERAL
static final int HEX_LITERAL
static final int OCTAL_LITERAL
static final int FLOATING_POINT_LITERAL
static final int EXPONENT
static final int CHARACTER_LITERAL
static final int STRING_LITERAL
static final int CSTRING_LITERAL
static final int DIGIT
static final int NONZERO_DIGIT
static final int OCTAL_DIGIT
static final int HEX_DIGIT
static final int HEX_QUAD
static final int UNSIGNED_SUFFIX
static final int LONG_SUFFIX
static final int INTEGER_SUFFIX
static final int DECIMAL_CONSTANT
static final int OCTAL_CONSTANT
static final int HEX_PREFIX
static final int HEX_CONSTANT
static final int INTEGER_CONSTANT
static final int FIXED_NUM_TYPE
static final int CONTINUE
static final int VOLATILE
static final int REGISTER
static final int UNSIGNED
static final int UCHAR
static final int TYPEDEF
static final int DFLT
static final int DOUBLE
static final int BOOL
static final int BOOLEAN
static final int SIZEOF
static final int SWITCH
static final int RETURN
static final int EXTERN
static final int STRUCT
static final int STATIC
static final int SIGNED
static final int SCHAR
static final int SINT32
static final int INT32_T
static final int WHILE
static final int BREAK
static final int UNION
static final int CONST
static final int FLOAT
static final int ELSE
static final int CASE
static final int ENUM
static final int AUTO
static final int VOID
static final int CHAR
static final int GOTO
static final int FOR
static final int IF
static final int DO
static final int IBACTION
static final int IBOUTLET
static final int ID
static final int SEL
static final int IMP
static final int CLASS
static final int NIL
static final int PROTOCOL_QUALIFIER_EXCEPT_IN
static final int LEFT_PAREN
static final int RIGHT_PAREN
static final int LEFT_SQUARE
static final int RIGHT_SQUARE
static final int LEFT_BRACE
static final int RIGHT_BRACE
static final int SEMICOLON
static final int AT_IMPLEMENTATION
static final int AT_INTERFACE
static final int AT_PROTOCOL
static final int AT_ENCODE
static final int AT_SYNCHRONIZED
static final int AT_SELECTOR
static final int AT_END
static final int AT_DEFS
static final int AT_CLASS
static final int AT_TRY
static final int AT_THROW
static final int AT_CATCH
static final int AT_FINALLY
static final int AT_PRIVATE
static final int AT_PACKAGE
static final int AT_PUBLIC
static final int AT_PROTECTED
static final int AT_PROPERTY
static final int AT_SYNTHESIZE
static final int AT_DYNAMIC
static final int AT_OPTIONAL
static final int AT_REQUIRED
static final int AT_AUTORELEASEPOOL
static final int AT_COMPATIBILITY_ALIAS
static final int AT
static final int CGFLOAT
static final int NSINTEGER
static final int NSRECT
static final int NSSIZE
static final int NSUINTEGER
static final int POSSIBLE_COCOA_TYPE
static final int POSSIBLE_CORE_TYPE
static final int EXPORTED_CALLBACK
static final int IDENT
static final int IDENT_NONDIGIT
static final int NONDIGIT
static final int NONDIGIT_UNICODE
static final int UNIVERSAL_CHARACTER_NAME
static final int BLOCK
static final int DEFAULT
static final int VOID_BLOCK
static final int PREPROCESSOR_OUTPUT
static final int FORMAT_FUNC
static final int FOAMAT_FUNC
static final int IN_MULTI_LINE_COMMENT
static final java.lang.String[] tokenImage
Copyright © 2002–2018 PMD. All rights reserved.