Class Tokenizer


  • class Tokenizer
    extends java.lang.Object
    Since:
    1.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.regex.Pattern PATTERN  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tokenizer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.util.List<Token> tokenize​(java.lang.String infixTagExpression)  
      • Methods inherited from class java.lang.Object

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

      • PATTERN

        private static final java.util.regex.Pattern PATTERN
    • Constructor Detail

      • Tokenizer

        Tokenizer()
    • Method Detail

      • tokenize

        java.util.List<Token> tokenize​(java.lang.String infixTagExpression)