|
|||||||||
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.MutableDataFlowInfoForArguments.WithoutArgumentsCheck
public static class MutableDataFlowInfoForArguments.WithoutArgumentsCheck
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 | |
---|---|
MutableDataFlowInfoForArguments.WithoutArgumentsCheck(DataFlowInfo dataFlowInfo)
|
Method Summary | |
---|---|
DataFlowInfo |
getInfo(ValueArgument valueArgument)
|
void |
updateInfo(ValueArgument valueArgument,
DataFlowInfo dataFlowInfo)
|
Methods inherited from class org.jetbrains.kotlin.resolve.calls.model.MutableDataFlowInfoForArguments |
---|
getResultInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MutableDataFlowInfoForArguments.WithoutArgumentsCheck(@NotNull DataFlowInfo dataFlowInfo)
Method Detail |
---|
public void updateInfo(@NotNull ValueArgument valueArgument, @NotNull DataFlowInfo dataFlowInfo)
updateInfo
in class MutableDataFlowInfoForArguments
@NotNull public DataFlowInfo getInfo(@NotNull ValueArgument valueArgument)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |