|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowValue | |
---|---|
edu.umd.cs.findbugs.ba.jsr305 | Support for analyzing code containing JSR-305 type qualifier annotations. |
Uses of FlowValue in edu.umd.cs.findbugs.ba.jsr305 |
---|
Methods in edu.umd.cs.findbugs.ba.jsr305 that return FlowValue | |
---|---|
static FlowValue |
FlowValue.flowValueFromWhen(javax.annotation.meta.When when)
Convert a When value to a FlowValue value. |
FlowValue |
TypeQualifierValueSet.getValue(ValueNumber vn)
|
static FlowValue |
FlowValue.meet(FlowValue a,
FlowValue b)
|
static FlowValue |
FlowValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FlowValue[] |
FlowValue.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.umd.cs.findbugs.ba.jsr305 with parameters of type FlowValue | |
---|---|
static boolean |
FlowValue.backwardsValueConflictsWithSource(FlowValue backwardsFlowValue,
SourceSinkInfo source,
TypeQualifierValue typeQualifierValue)
Determine whether given backwards FlowValue conflicts with given source. |
static FlowValue |
FlowValue.meet(FlowValue a,
FlowValue b)
|
static boolean |
FlowValue.valuesConflict(FlowValue forward,
FlowValue backward)
Determine whether given flow values conflict. |
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |