public class DfaTypeValue extends DfaValue
Modifier and Type | Method and Description |
---|---|
DfType |
getDfType() |
PsiType |
getType() |
static boolean |
isContractFail(DfaValue value)
Checks whether given value is a special value representing method failure, according to its contract
|
static boolean |
isUnknown(DfaValue value) |
static PsiType |
toPsiType(Project project,
DfType dfType) |
java.lang.String |
toString() |
public DfType getDfType()
public PsiType getType()
public static boolean isUnknown(DfaValue value)
public java.lang.String toString()
toString
in class java.lang.Object
public static boolean isContractFail(DfaValue value)
value
- value to check