public class ExtensionReceiver extends AbstractReceiverValue implements ThisReceiver
receiverTypeNO_RECEIVER| Constructor and Description |
|---|
ExtensionReceiver(CallableDescriptor callableDescriptor,
JetType receiverType) |
| Modifier and Type | Method and Description |
|---|---|
<R,D> R |
accept(ReceiverValueVisitor<R,D> visitor,
D data) |
DeclarationDescriptor |
getDeclarationDescriptor() |
java.lang.String |
toString() |
exists, getTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexists, getTypepublic ExtensionReceiver(@NotNull CallableDescriptor callableDescriptor, @NotNull JetType receiverType)
@NotNull public DeclarationDescriptor getDeclarationDescriptor()
getDeclarationDescriptor in interface ThisReceiverpublic <R,D> R accept(@NotNull ReceiverValueVisitor<R,D> visitor, D data)
accept in interface ReceiverValuepublic java.lang.String toString()
toString in class java.lang.Object