|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.resolve.calls.smartcasts.DataFlowValueFactory
public class DataFlowValueFactory
Method Summary | |
---|---|
static DataFlowValue |
createDataFlowValue(JetExpression expression,
JetType type,
BindingContext bindingContext)
|
static DataFlowValue |
createDataFlowValue(ReceiverValue receiverValue,
BindingContext bindingContext)
|
static DataFlowValue |
createDataFlowValue(ThisReceiver receiver)
|
static boolean |
isStableVariable(VariableDescriptor variableDescriptor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@NotNull public static DataFlowValue createDataFlowValue(@NotNull JetExpression expression, @NotNull JetType type, @NotNull BindingContext bindingContext)
@NotNull public static DataFlowValue createDataFlowValue(@NotNull ThisReceiver receiver)
@NotNull public static DataFlowValue createDataFlowValue(@NotNull ReceiverValue receiverValue, @NotNull BindingContext bindingContext)
public static boolean isStableVariable(@NotNull VariableDescriptor variableDescriptor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |