Package edu.umd.cs.findbugs.ba.jsr305
Interface FlowValue.Bits
-
- Enclosing class:
- FlowValue
private static interface FlowValue.Bits
-
-
Field Detail
-
YES
static final int YES
- See Also:
- Constant Field Values
-
UNCERTAIN
static final int UNCERTAIN
- See Also:
- Constant Field Values
-
NO
static final int NO
- See Also:
- Constant Field Values
-
-