org.jetbrains.kotlin.resolve.calls.tasks
Class ResolutionCandidate<D extends CallableDescriptor>
java.lang.Object
org.jetbrains.kotlin.resolve.calls.tasks.ResolutionCandidate<D>
public class ResolutionCandidate<D extends CallableDescriptor>
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
create
public static <D extends CallableDescriptor> ResolutionCandidate<D> create(@NotNull
Call call,
@NotNull
D descriptor)
create
public static <D extends CallableDescriptor> ResolutionCandidate<D> create(@NotNull
Call call,
@NotNull
D descriptor,
@NotNull
ReceiverValue dispatchReceiver,
@NotNull
ReceiverValue receiverArgument,
@NotNull
ExplicitReceiverKind explicitReceiverKind)
setDispatchReceiver
public void setDispatchReceiver(@NotNull
ReceiverValue dispatchReceiver)
setExtensionReceiver
public void setExtensionReceiver(@NotNull
ReceiverValue extensionReceiver)
setExplicitReceiverKind
public void setExplicitReceiverKind(@NotNull
ExplicitReceiverKind explicitReceiverKind)
getCall
@NotNull
public Call getCall()
getDescriptor
@NotNull
public D getDescriptor()
getDispatchReceiver
@NotNull
public ReceiverValue getDispatchReceiver()
getExtensionReceiver
@NotNull
public ReceiverValue getExtensionReceiver()
getExplicitReceiverKind
@NotNull
public ExplicitReceiverKind getExplicitReceiverKind()
convertCollection
@NotNull
public static <D extends CallableDescriptor> java.util.List<ResolutionCandidate<D>> convertCollection(@NotNull
Call call,
@NotNull
java.util.Collection<? extends D> descriptors)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object