edu.umd.cs.findbugs.classfile
public interface ICodeBaseIterator
Note that the close() method must be called when done with an ICodeBaseIterator object.
Method Summary | |
---|---|
boolean | hasNext()
Return true if there is another resource to be scanned,
false otherwise.
|
ICodeBaseEntry | next()
Get the ICodeBaseEntry representing the next resource in the code base.
|
Returns: true if there is another resource to be scanned, false otherwise
Returns: the ICodeBaseEntry representing the next resource in the code base
Throws: InterruptedException