org.jetbrains.jet.lang.resolve.calls.tasks
Class ResolutionCandidate<D extends CallableDescriptor>
java.lang.Object
org.jetbrains.jet.lang.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
D descriptor,
@Nullable
java.lang.Boolean isSafeCall)
create
public static <D extends CallableDescriptor> ResolutionCandidate<D> create(@NotNull
D descriptor,
@NotNull
ReceiverValue thisObject,
@NotNull
ReceiverValue receiverArgument,
@NotNull
ExplicitReceiverKind explicitReceiverKind,
boolean isSafeCall)
setThisObject
public void setThisObject(@NotNull
ReceiverValue thisObject)
setReceiverArgument
public void setReceiverArgument(@NotNull
ReceiverValue receiverArgument)
setExplicitReceiverKind
public void setExplicitReceiverKind(@NotNull
ExplicitReceiverKind explicitReceiverKind)
getDescriptor
@NotNull
public D getDescriptor()
getThisObject
@NotNull
public ReceiverValue getThisObject()
getReceiverArgument
@NotNull
public ReceiverValue getReceiverArgument()
getExplicitReceiverKind
@NotNull
public ExplicitReceiverKind getExplicitReceiverKind()
convertCollection
@NotNull
public static <D extends CallableDescriptor> java.util.List<ResolutionCandidate<D>> convertCollection(@NotNull
java.util.Collection<? extends D> descriptors,
boolean isSafeCall)
setSafeCall
public void setSafeCall(boolean safeCall)
isSafeCall
public boolean isSafeCall()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object