Class TokenListParser


  • public final class TokenListParser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenListParser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void parse​(java.lang.String input, TokenSink sink)
      Parses the string representation of a TokenList into sink.
      • Methods inherited from class java.lang.Object

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

      • DEFAULT_POSITION_INCREMENT

        public static final int DEFAULT_POSITION_INCREMENT
        Default position increment (1).
        See Also:
        Constant Field Values
    • Constructor Detail

      • TokenListParser

        public TokenListParser()
    • Method Detail

      • parse

        public static void parse​(java.lang.String input,
                                 TokenSink sink)
        Parses the string representation of a TokenList into sink.