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 TypeMethodDescriptionvoidParameterProperty.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
Methods in edu.umd.cs.findbugs.ba.npe that return ParameterPropertyModifier and TypeMethodDescriptionprotected ParameterPropertyParameterNullnessPropertyDatabase.decodeProperty(String propStr) NonNullSpecification.getCheckForNullProperty()NonNullSpecification.getNonNullProperty()Methods in edu.umd.cs.findbugs.ba.npe with parameters of type ParameterPropertyModifier and TypeMethodDescriptionprotected StringParameterNullnessPropertyDatabase.encodeProperty(ParameterProperty property) Constructors in edu.umd.cs.findbugs.ba.npe with parameters of type ParameterPropertyModifierConstructorDescriptionNonNullSpecification(JavaClassAndMethod classAndMethod, ParameterProperty nonParamProperty, ParameterProperty possiblyNullProperty)