|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICodeBaseIterator | |
---|---|
edu.umd.cs.findbugs.classfile | A high-level abstraction layer for codebases, classes, and components of classes (methods, fields, instructions, etc.). |
edu.umd.cs.findbugs.classfile.impl | Implementations of the interfaces in the edu.umd.cs.findbugs.classfile package: the core classes of the FindBugs classfile/classpath support layer. |
Uses of ICodeBaseIterator in edu.umd.cs.findbugs.classfile |
---|
Methods in edu.umd.cs.findbugs.classfile that return ICodeBaseIterator | |
---|---|
ICodeBaseIterator |
IScannableCodeBase.iterator()
Get an iterator over the resources in the this code base. |
Uses of ICodeBaseIterator in edu.umd.cs.findbugs.classfile.impl |
---|
Classes in edu.umd.cs.findbugs.classfile.impl that implement ICodeBaseIterator | |
---|---|
class |
DelegatingCodeBaseIterator
An implementation of ICodeBaseIterator that delegates to another codebase. |
Methods in edu.umd.cs.findbugs.classfile.impl that return ICodeBaseIterator | |
---|---|
ICodeBaseIterator |
NestedZipFileCodeBase.iterator()
|
ICodeBaseIterator |
ZipFileCodeBase.iterator()
|
ICodeBaseIterator |
DirectoryCodeBase.iterator()
|
ICodeBaseIterator |
ZipInputStreamCodeBase.iterator()
|
ICodeBaseIterator |
SingleFileCodeBase.iterator()
|
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |