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