Uses of Class
edu.umd.cs.findbugs.ba.NullnessAnnotation

Packages that use NullnessAnnotation
edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. 
 

Uses of NullnessAnnotation in edu.umd.cs.findbugs.ba
 

Fields in edu.umd.cs.findbugs.ba declared as NullnessAnnotation
static NullnessAnnotation NullnessAnnotation.CHECK_FOR_NULL
           
static NullnessAnnotation NullnessAnnotation.NONNULL
           
static NullnessAnnotation NullnessAnnotation.NULLABLE
           
static NullnessAnnotation NullnessAnnotation.UNKNOWN_NULLNESS
           
 

Methods in edu.umd.cs.findbugs.ba that return NullnessAnnotation
 NullnessAnnotation NullnessAnnotationDatabase.getResolvedAnnotation(java.lang.Object o, boolean getMinimal)
           
static NullnessAnnotation NullnessAnnotation.Parser.parse(java.lang.String s)
           
static NullnessAnnotation[] NullnessAnnotation.values()