Class CFStringTokenizerTokenType


  • public final class CFStringTokenizerTokenType
    extends java.lang.Object
    Token type CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns the type of current token.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long HasDerivedSubTokensMask
      Compound token which may contain derived subtokens.
      static long HasHasNumbersMask
      Compound token which may contain derived subtokens.
      static long HasNonLettersMask
      Compound token which may contain derived subtokens.
      static long HasSubTokensMask
      Compound token which may contain subtokens but with no derived subtokens.
      static long IsCJWordMask
      Compound token which may contain derived subtokens.
      static long None
      Have no token.
      static long Normal
      Normal token
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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