Overload List
Name | Description | |
---|---|---|
Reset()()()() | 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()()()().) | |
Reset(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.) |