Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ICodeBaseIterator |
IScannableCodeBase.iterator()
Get an iterator over the resources in the this code base.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingCodeBaseIterator
An implementation of ICodeBaseIterator that delegates to another codebase.
|
Modifier and Type | Method and Description |
---|---|
ICodeBaseIterator |
ZipInputStreamCodeBase.iterator() |
ICodeBaseIterator |
ZipFileCodeBase.iterator() |
ICodeBaseIterator |
SingleFileCodeBase.iterator() |
ICodeBaseIterator |
NestedZipFileCodeBase.iterator() |
ICodeBaseIterator |
DirectoryCodeBase.iterator() |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.