public abstract class TokenStream extends Object
Constructor and Description |
---|
TokenStream() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases resources associated with this stream.
|
abstract Token |
next()
Returns the next token in the stream, or null at EOS.
|
public abstract Token next() throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2024 GATE. All rights reserved.