Uses of Class
edu.umd.cs.findbugs.ba.interproc.ParameterProperty
-
Packages that use ParameterProperty Package Description edu.umd.cs.findbugs.ba.interproc edu.umd.cs.findbugs.ba.npe edu.umd.cs.findbugs.detect -
-
Uses of ParameterProperty in edu.umd.cs.findbugs.ba.interproc
Methods in edu.umd.cs.findbugs.ba.interproc with parameters of type ParameterProperty Modifier and Type Method Description voidParameterProperty. copyFrom(ParameterProperty other)Make this object the same as the given one.voidParameterProperty. intersectWith(ParameterProperty targetDerefParamSet)Intersect this set with the given set. -
Uses of ParameterProperty in edu.umd.cs.findbugs.ba.npe
Fields in edu.umd.cs.findbugs.ba.npe declared as ParameterProperty Modifier and Type Field Description private ParameterPropertyNonNullSpecification. nonNullPropertyprivate ParameterPropertyNonNullSpecification. possiblyNullPropertyMethods in edu.umd.cs.findbugs.ba.npe that return ParameterProperty Modifier and Type Method Description protected ParameterPropertyParameterNullnessPropertyDatabase. decodeProperty(java.lang.String propStr)ParameterPropertyNonNullSpecification. getCheckForNullProperty()ParameterPropertyNonNullSpecification. getNonNullProperty()Methods in edu.umd.cs.findbugs.ba.npe with parameters of type ParameterProperty Modifier and Type Method Description protected java.lang.StringParameterNullnessPropertyDatabase. encodeProperty(ParameterProperty property)Constructors in edu.umd.cs.findbugs.ba.npe with parameters of type ParameterProperty Constructor Description NonNullSpecification(JavaClassAndMethod classAndMethod, ParameterProperty nonParamProperty, ParameterProperty possiblyNullProperty) -
Uses of ParameterProperty in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect that return ParameterProperty Modifier and Type Method Description protected ParameterPropertyTrainLongInstantfParams.LongInstantParameterDatabase. decodeProperty(java.lang.String propStr)Methods in edu.umd.cs.findbugs.detect with parameters of type ParameterProperty Modifier and Type Method Description protected java.lang.StringTrainLongInstantfParams.LongInstantParameterDatabase. encodeProperty(ParameterProperty property)
-