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