public abstract class AbstractReceiverValue extends java.lang.Object implements ReceiverValue
| Modifier and Type | Field and Description |
|---|---|
protected JetType |
receiverType |
NO_RECEIVER| Constructor and Description |
|---|
AbstractReceiverValue(JetType receiverType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
JetType |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptprotected final JetType receiverType
public AbstractReceiverValue(@NotNull JetType receiverType)
@NotNull public JetType getType()
getType in interface ReceiverValuepublic boolean exists()
exists in interface ReceiverValue