Uses of Class
edu.umd.cs.findbugs.ba.AnnotationDatabase.Target
-
Packages that use AnnotationDatabase.Target 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 edu.umd.cs.findbugs.detect -
-
Uses of AnnotationDatabase.Target in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba with type parameters of type AnnotationDatabase.Target Modifier and Type Field Description private java.util.Map<AnnotationDatabase.Target,java.util.Map<java.lang.String,AnnotationEnum>>AnnotationDatabase. defaultAnnotationMethods in edu.umd.cs.findbugs.ba that return AnnotationDatabase.Target Modifier and Type Method Description static AnnotationDatabase.TargetAnnotationDatabase.Target. valueOf(java.lang.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.Methods in edu.umd.cs.findbugs.ba with parameters of type AnnotationDatabase.Target Modifier and Type Method Description voidAnnotationDatabase. addDefaultAnnotation(AnnotationDatabase.Target target, java.lang.String c, AnnotationEnum n)voidINullnessAnnotationDatabase. addDefaultAnnotation(AnnotationDatabase.Target target, java.lang.String c, NullnessAnnotation n)Add a default annotation to the database.voidNullnessAnnotationDatabase. addDefaultAnnotation(AnnotationDatabase.Target target, java.lang.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.Target Modifier and Type Method Description voidTypeQualifierNullnessAnnotationDatabase. addDefaultAnnotation(AnnotationDatabase.Target target, java.lang.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.Target Modifier and Type Field Description private static java.util.Map<java.lang.String,AnnotationDatabase.Target>BuildCheckReturnAnnotationDatabase. defaultKindprivate static java.util.Map<java.lang.String,AnnotationDatabase.Target>BuildNonNullAnnotationDatabase. defaultKindDeprecated.Methods in edu.umd.cs.findbugs.detect with parameters of type AnnotationDatabase.Target Modifier and Type Method Description private voidBuildCheckReturnAnnotationDatabase. handleClassElementValue(org.apache.bcel.classfile.ClassElementValue value, java.util.Map<java.lang.String,org.apache.bcel.classfile.ElementValue> map, AnnotationDatabase.Target annotationTarget)private voidBuildNonNullAnnotationDatabase. handleClassElementValue(org.apache.bcel.classfile.ClassElementValue value, AnnotationDatabase.Target annotationTarget)Deprecated.
-