|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.resolve.calls.model.MutableDataFlowInfoForArguments
org.jetbrains.kotlin.resolve.calls.model.DataFlowInfoForArgumentsImpl
public class DataFlowInfoForArgumentsImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jetbrains.kotlin.resolve.calls.model.MutableDataFlowInfoForArguments |
---|
MutableDataFlowInfoForArguments.WithoutArgumentsCheck |
Field Summary |
---|
Fields inherited from class org.jetbrains.kotlin.resolve.calls.model.MutableDataFlowInfoForArguments |
---|
initialDataFlowInfo |
Constructor Summary | |
---|---|
DataFlowInfoForArgumentsImpl(DataFlowInfo initialInfo,
Call call)
|
Method Summary | |
---|---|
DataFlowInfo |
getInfo(ValueArgument valueArgument)
|
DataFlowInfo |
getResultInfo()
|
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 DataFlowInfo initialInfo, @NotNull Call call)
Method Detail |
---|
@NotNull public DataFlowInfo getInfo(@NotNull ValueArgument valueArgument)
public void updateInfo(@NotNull ValueArgument valueArgument, @NotNull DataFlowInfo dataFlowInfo)
updateInfo
in class MutableDataFlowInfoForArguments
@NotNull public DataFlowInfo getResultInfo()
getResultInfo
in interface DataFlowInfoForArguments
getResultInfo
in class MutableDataFlowInfoForArguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |