edu.umd.cs.findbugs
public class Tokenizer extends Object
See Also: Token
| Constructor Summary | |
|---|---|
| Tokenizer(Reader reader)
Constructor.
| |
| Method Summary | |
|---|---|
| Token | next()
Get the next Token in the stream.
|
Parameters: reader the Reader for the Java source text
Returns: the Token