public interface ResolvedCall<D extends CallableDescriptor>
| Modifier and Type | Method and Description |
|---|---|
D |
getCandidateDescriptor()
A target callable descriptor as it was accessible in the corresponding scope, i.e.
|
DataFlowInfo |
getDataFlowInfo() |
ExplicitReceiverKind |
getExplicitReceiverKind()
Determines whether receiver argument or this object is substituted for explicit receiver
|
ReceiverValue |
getReceiverArgument()
If the target was an extension function or property, this is the value for its receiver parameter
|
D |
getResultingDescriptor()
Type arguments are substituted.
|
ReceiverValue |
getThisObject()
If the target was a member of a class, this is the object of that class to call it on
|
java.util.Map<TypeParameterDescriptor,JetType> |
getTypeArguments()
What's substituted for type parameters
|
java.util.Map<ValueParameterDescriptor,ResolvedValueArgument> |
getValueArguments()
Values (arguments) for value parameters
|
java.util.List<ResolvedValueArgument> |
getValueArgumentsByIndex()
Values (arguments) for value parameters indexed by parameter index
|
boolean |
isSafeCall() |
@NotNull D getCandidateDescriptor()
@NotNull D getResultingDescriptor()
@NotNull ReceiverValue getReceiverArgument()
@NotNull ReceiverValue getThisObject()
@NotNull ExplicitReceiverKind getExplicitReceiverKind()
@NotNull java.util.Map<ValueParameterDescriptor,ResolvedValueArgument> getValueArguments()
@NotNull java.util.List<ResolvedValueArgument> getValueArgumentsByIndex()
@NotNull java.util.Map<TypeParameterDescriptor,JetType> getTypeArguments()
@NotNull DataFlowInfo getDataFlowInfo()
boolean isSafeCall()