arrow-analysis-common
2.0.2-alpha.18
arrow-analysis-common
/
arrow.meta.plugins.analysis.phases.analysis.solver.ast.context
/
ResolvedCall
Resolved
Call
interface
ResolvedCall
Content copied to clipboard
Functions
Properties
Functions
get
Receiver
Expression
Link copied to clipboard
abstract
fun
getReceiverExpression
(
)
:
Expression
?
Content copied to clipboard
get
Return
Type
Link copied to clipboard
abstract
fun
getReturnType
(
)
:
Type
Content copied to clipboard
Properties
callElement
Link copied to clipboard
abstract
val
callElement
:
Element
Content copied to clipboard
dispatchReceiver
Link copied to clipboard
abstract
val
dispatchReceiver
:
ReceiverValue
?
Content copied to clipboard
extensionReceiver
Link copied to clipboard
abstract
val
extensionReceiver
:
ReceiverValue
?
Content copied to clipboard
resultingDescriptor
Link copied to clipboard
abstract
val
resultingDescriptor
:
CallableDescriptor
Content copied to clipboard
typeArguments
Link copied to clipboard
abstract
val
typeArguments
:
Map
<
TypeParameterDescriptor
,
Type
>
Content copied to clipboard
valueArguments
Link copied to clipboard
abstract
val
valueArguments
:
Map
<
ValueParameterDescriptor
,
ResolvedValueArgument
>
Content copied to clipboard