|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.calls.tasks.ResolutionCandidate<D>
public class ResolutionCandidate<D extends CallableDescriptor>
| Method Summary | ||
|---|---|---|
static
|
create(Call call,
D descriptor)
|
|
static
|
create(Call call,
D descriptor,
ReceiverValue dispatchReceiver,
ReceiverValue receiverArgument,
ExplicitReceiverKind explicitReceiverKind,
TypeSubstitutor knownTypeParametersResultingSubstitutor)
|
|
Call |
getCall()
|
|
D |
getDescriptor()
|
|
ReceiverValue |
getDispatchReceiver()
|
|
ExplicitReceiverKind |
getExplicitReceiverKind()
|
|
ReceiverValue |
getExtensionReceiver()
|
|
TypeSubstitutor |
getKnownTypeParametersResultingSubstitutor()
|
|
void |
setDispatchReceiver(ReceiverValue dispatchReceiver)
|
|
void |
setExplicitReceiverKind(ExplicitReceiverKind explicitReceiverKind)
|
|
void |
setExtensionReceiver(ReceiverValue extensionReceiver)
|
|
java.lang.String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static <D extends CallableDescriptor> ResolutionCandidate<D> create(@NotNull
Call call,
@NotNull
D descriptor)
public static <D extends CallableDescriptor> ResolutionCandidate<D> create(@NotNull
Call call,
@NotNull
D descriptor,
@NotNull
ReceiverValue dispatchReceiver,
@NotNull
ReceiverValue receiverArgument,
@NotNull
ExplicitReceiverKind explicitReceiverKind,
@Nullable
TypeSubstitutor knownTypeParametersResultingSubstitutor)
public void setDispatchReceiver(@NotNull
ReceiverValue dispatchReceiver)
public void setExtensionReceiver(@NotNull
ReceiverValue extensionReceiver)
public void setExplicitReceiverKind(@NotNull
ExplicitReceiverKind explicitReceiverKind)
@NotNull public Call getCall()
@NotNull public D getDescriptor()
@NotNull public ReceiverValue getDispatchReceiver()
@NotNull public ReceiverValue getExtensionReceiver()
@NotNull public ExplicitReceiverKind getExplicitReceiverKind()
@Nullable public TypeSubstitutor getKnownTypeParametersResultingSubstitutor()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||