public class Tokenizer
extends java.lang.Object
Token
Constructor | Description |
---|---|
Tokenizer(java.io.Reader reader) |
Constructor.
|
Modifier and Type | Method | 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.IOException
SpotBugs is licensed under the LGPL.