public class Tokenizer
extends java.lang.Object
Token| Constructor and Description |
|---|
Tokenizer(java.io.Reader reader)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
next()
Get the next Token in the stream.
|
public Tokenizer(java.io.Reader reader)
reader - the Reader for the Java source textpublic Token next() throws java.io.IOException
java.io.IOExceptionSpotBugs is licensed under the LGPL.