public abstract class Tokenizer extends TokenStream
This is an abstract class.
| Modifier and Type | Field and Description |
|---|---|
protected Reader |
input
The text source for this Tokenizer.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Tokenizer()
Construct a tokenizer with null input.
|
protected |
Tokenizer(Reader input)
Construct a token stream processing the given input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
By default, closes the input Reader.
|
nextprotected Reader input
protected Tokenizer()
protected Tokenizer(Reader input)
public void close()
throws IOException
close in class TokenStreamIOExceptionCopyright © 2024 GATE. All rights reserved.