Uses of Class
edu.umd.cs.findbugs.ba.interproc.ParameterProperty
Packages that use ParameterProperty
-
Uses of ParameterProperty in edu.umd.cs.findbugs.ba.interproc
Methods in edu.umd.cs.findbugs.ba.interproc with parameters of type ParameterPropertyModifier and TypeMethodDescriptionvoid
ParameterProperty.copyFrom
(ParameterProperty other) Make this object the same as the given one.void
ParameterProperty.intersectWith
(ParameterProperty targetDerefParamSet) Intersect this set with the given set. -
Uses of ParameterProperty in edu.umd.cs.findbugs.ba.npe
Methods in edu.umd.cs.findbugs.ba.npe that return ParameterPropertyModifier and TypeMethodDescriptionprotected ParameterProperty
ParameterNullnessPropertyDatabase.decodeProperty
(String propStr) NonNullSpecification.getCheckForNullProperty()
NonNullSpecification.getNonNullProperty()
Methods in edu.umd.cs.findbugs.ba.npe with parameters of type ParameterPropertyModifier and TypeMethodDescriptionprotected String
ParameterNullnessPropertyDatabase.encodeProperty
(ParameterProperty property) Constructors in edu.umd.cs.findbugs.ba.npe with parameters of type ParameterPropertyModifierConstructorDescriptionNonNullSpecification
(JavaClassAndMethod classAndMethod, ParameterProperty nonParamProperty, ParameterProperty possiblyNullProperty)