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.
|
next
protected Reader input
protected Tokenizer()
protected Tokenizer(Reader input)
public void close() throws IOException
close
in class TokenStream
IOException
Copyright © 2024 GATE. All rights reserved.