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 | Class and Description |
---|---|
class |
MissingClassException
CheckedAnalysisException subtype to indicate that a required class was
missing.
|
Modifier and Type | Method and Description |
---|---|
ClassDescriptor |
ICodeBaseEntry.getClassDescriptor()
Return the ClassDescriptor of the class resource accessed by this
codebase entry.
|
ICodeBaseEntry |
IClassPath.lookupResource(java.lang.String resourceName)
Lookup a resource by name.
|
ICodeBase |
ICodeBaseLocator.openCodeBase()
Get the codebase object.
|
Modifier and Type | Method and Description |
---|---|
ClassDescriptor |
SingleFileCodeBaseEntry.getClassDescriptor() |
ClassDescriptor |
DelegatingCodeBaseEntry.getClassDescriptor() |
ICodeBaseEntry |
ClassPathImpl.lookupResource(java.lang.String resourceName) |
ICodeBase |
NestedZipFileCodeBaseLocator.openCodeBase() |
Constructor and Description |
---|
NestedZipFileCodeBase(NestedZipFileCodeBaseLocator codeBaseLocator)
Constructor.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.