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.IOExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.