public class NullnessValue
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static NullnessValue |
definitelyNotNullValue() |
static NullnessValue |
definitelyNullValue() |
boolean |
isChecked() |
boolean |
isDefinitelyNotNull() |
boolean |
isDefinitelyNull() |
boolean |
isNoKaboom() |
NullnessValue |
toCheckedValue() |
NullnessValue |
toNoKaboomValue() |
java.lang.String |
toString() |
static NullnessValue |
unknownValue() |
public boolean isDefinitelyNull()
public boolean isDefinitelyNotNull()
public boolean isChecked()
public boolean isNoKaboom()
public NullnessValue toCheckedValue()
public NullnessValue toNoKaboomValue()
public static NullnessValue definitelyNullValue()
public static NullnessValue definitelyNotNullValue()
public static NullnessValue unknownValue()
public java.lang.String toString()
toString in class java.lang.ObjectFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.