Uses of Enum Class
edu.umd.cs.findbugs.ba.jsr305.SourceSinkType
Packages that use SourceSinkType
Package
Description
Support for analyzing code containing JSR-305 type qualifier annotations.
-
Uses of SourceSinkType in edu.umd.cs.findbugs.ba.jsr305
Fields in edu.umd.cs.findbugs.ba.jsr305 declared as SourceSinkTypeMethods in edu.umd.cs.findbugs.ba.jsr305 that return SourceSinkTypeModifier and TypeMethodDescriptionSourceSinkInfo.getType()
static SourceSinkType
Returns the enum constant of this class with the specified name.static SourceSinkType[]
SourceSinkType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.umd.cs.findbugs.ba.jsr305 with parameters of type SourceSinkTypeModifier and TypeMethodDescriptionprivate void
ForwardTypeQualifierDataflowAnalysis.registerTopOfStackSource
(SourceSinkType sourceSinkType, Location location, javax.annotation.meta.When when, boolean interproc, Object constantValue) Constructors in edu.umd.cs.findbugs.ba.jsr305 with parameters of type SourceSinkTypeModifierConstructorDescriptionSourceSinkInfo
(SourceSinkType type, Location location, ValueNumber vn, javax.annotation.meta.When when) Constructor.