org.jetbrains.kotlin.resolve.calls.smartcasts
Class DataFlowValueFactory
java.lang.Object
org.jetbrains.kotlin.resolve.calls.smartcasts.DataFlowValueFactory
public class DataFlowValueFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createDataFlowValue
@NotNull
public static DataFlowValue createDataFlowValue(@NotNull
JetExpression expression,
@NotNull
JetType type,
@NotNull
BindingContext bindingContext)
createDataFlowValue
@NotNull
public static DataFlowValue createDataFlowValue(@NotNull
ThisReceiver receiver)
createDataFlowValue
@NotNull
public static DataFlowValue createDataFlowValue(@NotNull
ReceiverValue receiverValue,
@NotNull
BindingContext bindingContext)
createDataFlowValue
@NotNull
public static DataFlowValue createDataFlowValue(@NotNull
VariableDescriptor variableDescriptor)
isStableVariable
public static boolean isStableVariable(@NotNull
VariableDescriptor variableDescriptor)