Overload List
Name | Description | |
---|---|---|
Reset()()()() | Resets this stream to the beginning. This is an optional operation, so
subclasses may or may not implement this method. {@link #Reset()} is not needed for
the standard indexing process. However, if the tokens of a
(Inherited from TokenStream.)CopyC# TokenStream | |
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.) |