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

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

public static class MutableDataFlowInfoForArguments.WithoutArgumentsCheck
extends java.lang.Object
implements MutableDataFlowInfoForArguments


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jetbrains.kotlin.resolve.calls.model.MutableDataFlowInfoForArguments
MutableDataFlowInfoForArguments.WithoutArgumentsCheck
 
Constructor Summary
MutableDataFlowInfoForArguments.WithoutArgumentsCheck()
           
 
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

MutableDataFlowInfoForArguments.WithoutArgumentsCheck

public MutableDataFlowInfoForArguments.WithoutArgumentsCheck()
Method Detail

setInitialDataFlowInfo

public void setInitialDataFlowInfo(@NotNull
                                   DataFlowInfo dataFlowInfo)
Specified by:
setInitialDataFlowInfo in interface MutableDataFlowInfoForArguments

updateInfo

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

getInfo

@NotNull
public DataFlowInfo getInfo(@NotNull
                                    ValueArgument valueArgument)
Specified by:
getInfo in interface DataFlowInfoForArguments

getResultInfo

@NotNull
public DataFlowInfo getResultInfo()
Specified by:
getResultInfo in interface DataFlowInfoForArguments