Class Tokenizer


  • public class Tokenizer
    extends java.lang.Object
    A tokenizer of selector string.
    Since:
    6.0.0
    Author:
    simonpai
    • Constructor Summary

      Constructors 
      Constructor Description
      Tokenizer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setDebugMode​(boolean mode)  
      java.util.ArrayList<Token> tokenize​(java.lang.String selector)  
      • Methods inherited from class java.lang.Object

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

      • Tokenizer

        public Tokenizer()
    • Method Detail

      • tokenize

        public java.util.ArrayList<Token> tokenize​(java.lang.String selector)
      • setDebugMode

        public void setDebugMode​(boolean mode)