|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.resolve.calls.model.DataFlowInfoForArgumentsImpl
public class DataFlowInfoForArgumentsImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jetbrains.kotlin.resolve.calls.model.MutableDataFlowInfoForArguments |
---|
MutableDataFlowInfoForArguments.WithoutArgumentsCheck |
Constructor Summary | |
---|---|
DataFlowInfoForArgumentsImpl(Call call)
|
Method Summary | |
---|---|
DataFlowInfo |
getInfo(ValueArgument valueArgument)
|
DataFlowInfo |
getResultInfo()
|
void |
setInitialDataFlowInfo(DataFlowInfo dataFlowInfo)
|
void |
updateInfo(ValueArgument valueArgument,
DataFlowInfo dataFlowInfo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataFlowInfoForArgumentsImpl(@NotNull Call call)
Method Detail |
---|
public void setInitialDataFlowInfo(@NotNull DataFlowInfo dataFlowInfo)
setInitialDataFlowInfo
in interface MutableDataFlowInfoForArguments
@NotNull public DataFlowInfo getInfo(@NotNull ValueArgument valueArgument)
getInfo
in interface DataFlowInfoForArguments
public void updateInfo(@NotNull ValueArgument valueArgument, @NotNull DataFlowInfo dataFlowInfo)
updateInfo
in interface MutableDataFlowInfoForArguments
@NotNull public DataFlowInfo getResultInfo()
getResultInfo
in interface DataFlowInfoForArguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |