Overload List

  NameDescription
Public methodReset()()()()
Reset the internal data structures to the start at the front of the list of tokens. Should be called if tokens were added to the list after an invocation of {@link #Next(Token)}
(Overrides TokenStream..::..Reset()()()().)
Public methodReset(TextReader)
Expert: Reset the tokenizer to a new reader. Typically, an analyzer (in its reusableTokenStream method) will use this to re-use a previously created tokenizer.
(Inherited from Tokenizer.)

See Also