org.jetbrains.kotlin.resolve.calls.model
Interface DataFlowInfoForArguments

All Known Implementing Classes:
DataFlowInfoForArgumentsImpl, MutableDataFlowInfoForArguments, MutableDataFlowInfoForArguments.WithoutArgumentsCheck

public interface DataFlowInfoForArguments


Method Summary
 DataFlowInfo getInfo(ValueArgument valueArgument)
           
 DataFlowInfo getResultInfo()
           
 

Method Detail

getInfo

@NotNull
DataFlowInfo getInfo(@NotNull
                             ValueArgument valueArgument)

getResultInfo

@NotNull
DataFlowInfo getResultInfo()