Uses of Enum
edu.umd.cs.findbugs.ba.AnnotationDatabase.Target
Packages that use AnnotationDatabase.Target
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of AnnotationDatabase.Target in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba with type parameters of type AnnotationDatabase.TargetModifier and TypeFieldDescriptionprivate final Map
<AnnotationDatabase.Target, Map<String, AnnotationEnum>> AnnotationDatabase.defaultAnnotation
Methods in edu.umd.cs.findbugs.ba that return AnnotationDatabase.TargetModifier and TypeMethodDescriptionstatic AnnotationDatabase.Target
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.Methods in edu.umd.cs.findbugs.ba with parameters of type AnnotationDatabase.TargetModifier and TypeMethodDescriptionvoid
AnnotationDatabase.addDefaultAnnotation
(AnnotationDatabase.Target target, String c, AnnotationEnum n) void
INullnessAnnotationDatabase.addDefaultAnnotation
(AnnotationDatabase.Target target, String c, NullnessAnnotation n) Add a default annotation to the database.void
NullnessAnnotationDatabase.addDefaultAnnotation
(AnnotationDatabase.Target target, String c, NullnessAnnotation n) Deprecated. -
Uses of AnnotationDatabase.Target in edu.umd.cs.findbugs.ba.npe
Methods in edu.umd.cs.findbugs.ba.npe with parameters of type AnnotationDatabase.TargetModifier and TypeMethodDescriptionvoid
TypeQualifierNullnessAnnotationDatabase.addDefaultAnnotation
(AnnotationDatabase.Target target, String c, NullnessAnnotation n) -
Uses of AnnotationDatabase.Target in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect with type parameters of type AnnotationDatabase.TargetModifier and TypeFieldDescriptionprivate static final Map
<String, AnnotationDatabase.Target> BuildCheckReturnAnnotationDatabase.defaultKind
private static final Map
<String, AnnotationDatabase.Target> BuildNonNullAnnotationDatabase.defaultKind
Deprecated.Methods in edu.umd.cs.findbugs.detect with parameters of type AnnotationDatabase.TargetModifier and TypeMethodDescriptionprivate void
BuildCheckReturnAnnotationDatabase.handleClassElementValue
(org.apache.bcel.classfile.ClassElementValue value, Map<String, org.apache.bcel.classfile.ElementValue> map, AnnotationDatabase.Target annotationTarget) private void
BuildNonNullAnnotationDatabase.handleClassElementValue
(org.apache.bcel.classfile.ClassElementValue value, AnnotationDatabase.Target annotationTarget) Deprecated.