public class DataFlowValue extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static DataFlowValue |
NULL |
static DataFlowValue |
NULLABLE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Nullability |
getImmanentNullability() |
JetType |
getType() |
int |
hashCode() |
boolean |
isStableIdentifier()
Stable identifier is a non-literal value that is statically known to be immutable
|
java.lang.String |
toString() |
public static final DataFlowValue NULL
public static final DataFlowValue NULLABLE
@NotNull public Nullability getImmanentNullability()
public boolean isStableIdentifier()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object