| Package | Description |
|---|---|
| edu.umd.cs.findbugs.ba |
A bytecode analysis framework for BCEL, providing CFG construction,
generic dataflow analysis, and a variety of specific dataflow analyses.
|
| edu.umd.cs.findbugs.ba.npe |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationDatabase.Target |
AnnotationDatabase.Target.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationDatabase.Target[] |
AnnotationDatabase.Target.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationDatabase.addDefaultAnnotation(AnnotationDatabase.Target target,
String c,
AnnotationEnum n) |
void |
NullnessAnnotationDatabase.addDefaultAnnotation(AnnotationDatabase.Target target,
String c,
NullnessAnnotation n)
Deprecated.
|
void |
INullnessAnnotationDatabase.addDefaultAnnotation(AnnotationDatabase.Target target,
String c,
NullnessAnnotation n)
Add a default annotation to the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeQualifierNullnessAnnotationDatabase.addDefaultAnnotation(AnnotationDatabase.Target target,
String c,
NullnessAnnotation n) |
Copyright © 2003–2015. All rights reserved.