org.jetbrains.kotlin.resolve.calls.model
Class MutableDataFlowInfoForArguments.WithoutArgumentsCheck

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.calls.model.MutableDataFlowInfoForArguments
      extended by org.jetbrains.kotlin.resolve.calls.model.MutableDataFlowInfoForArguments.WithoutArgumentsCheck
All Implemented Interfaces:
DataFlowInfoForArguments
Enclosing class:
MutableDataFlowInfoForArguments

public static class MutableDataFlowInfoForArguments.WithoutArgumentsCheck
extends MutableDataFlowInfoForArguments


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

MutableDataFlowInfoForArguments.WithoutArgumentsCheck

public MutableDataFlowInfoForArguments.WithoutArgumentsCheck(@NotNull
                                                             DataFlowInfo dataFlowInfo)
Method Detail

updateInfo

public void updateInfo(@NotNull
                       ValueArgument valueArgument,
                       @NotNull
                       DataFlowInfo dataFlowInfo)
Specified by:
updateInfo in class MutableDataFlowInfoForArguments

getInfo

@NotNull
public DataFlowInfo getInfo(@NotNull
                                    ValueArgument valueArgument)