public class ClassReceiver extends java.lang.Object implements ThisReceiver
NO_RECEIVER| Constructor and Description |
|---|
ClassReceiver(ClassDescriptor classDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
<R,D> R |
accept(ReceiverValueVisitor<R,D> visitor,
D data) |
boolean |
exists() |
ClassDescriptor |
getDeclarationDescriptor() |
JetType |
getType() |
java.lang.String |
toString() |
public ClassReceiver(@NotNull ClassDescriptor classDescriptor)
public boolean exists()
exists in interface ReceiverValue@NotNull public JetType getType()
getType in interface ReceiverValue@NotNull public ClassDescriptor 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