Package edu.umd.cs.findbugs
Class Tokenizer
java.lang.Object
edu.umd.cs.findbugs.Tokenizer
A simple tokenizer for Java source text. This is not intended to be a
compliant lexer; instead, it is for quick and dirty scanning.
- Author:
- David Hovemeyer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tokenizer
Constructor.- Parameters:
reader
- the Reader for the Java source text
-
-
Method Details
-
next
Get the next Token in the stream.- Returns:
- the Token
- Throws:
IOException
-