Package apple.corefoundation.enums
Class CFStringTokenizerTokenType
- java.lang.Object
-
- apple.corefoundation.enums.CFStringTokenizerTokenType
-
public final class CFStringTokenizerTokenType extends java.lang.ObjectToken type CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns the type of current token.
-
-
Field Summary
Fields Modifier and Type Field Description static longHasDerivedSubTokensMaskCompound token which may contain derived subtokens.static longHasHasNumbersMaskCompound token which may contain derived subtokens.static longHasNonLettersMaskCompound token which may contain derived subtokens.static longHasSubTokensMaskCompound token which may contain subtokens but with no derived subtokens.static longIsCJWordMaskCompound token which may contain derived subtokens.static longNoneHave no token.static longNormalNormal token
-
-
-
Field Detail
-
None
public static final long None
Have no token.- See Also:
- Constant Field Values
-
Normal
public static final long Normal
Normal token- See Also:
- Constant Field Values
-
HasSubTokensMask
public static final long HasSubTokensMask
Compound token which may contain subtokens but with no derived subtokens. Its subtokens can be obtained by calling CFStringTokenizerGetCurrentSubTokens.- See Also:
- Constant Field Values
-
HasDerivedSubTokensMask
public static final long HasDerivedSubTokensMask
Compound token which may contain derived subtokens. Its subtokens and derived subtokens can be obtained by calling CFStringTokenizerGetCurrentSubTokens.- See Also:
- Constant Field Values
-
HasHasNumbersMask
public static final long HasHasNumbersMask
Compound token which may contain derived subtokens. Its subtokens and derived subtokens can be obtained by calling CFStringTokenizerGetCurrentSubTokens.- See Also:
- Constant Field Values
-
HasNonLettersMask
public static final long HasNonLettersMask
Compound token which may contain derived subtokens. Its subtokens and derived subtokens can be obtained by calling CFStringTokenizerGetCurrentSubTokens.- See Also:
- Constant Field Values
-
IsCJWordMask
public static final long IsCJWordMask
Compound token which may contain derived subtokens. Its subtokens and derived subtokens can be obtained by calling CFStringTokenizerGetCurrentSubTokens.- See Also:
- Constant Field Values
-
-