ResolvedCall

interface ResolvedCall

Functions

Link copied to clipboard
abstract fun getReceiverExpression(): Expression?
Link copied to clipboard
abstract fun getReturnType(): Type

Properties

Link copied to clipboard
abstract val callElement: Element
Link copied to clipboard
abstract val dispatchReceiver: ReceiverValue?
Link copied to clipboard
abstract val extensionReceiver: ReceiverValue?
Link copied to clipboard
abstract val resultingDescriptor: CallableDescriptor
Link copied to clipboard
abstract val typeArguments: Map<TypeParameterDescriptor, Type>
Link copied to clipboard
abstract val valueArguments: Map<ValueParameterDescriptor, ResolvedValueArgument>