public interface ReceiverValue
| Modifier and Type | Field and Description |
|---|---|
static ReceiverValue |
NO_RECEIVER |
| Modifier and Type | Method and Description |
|---|---|
<R,D> R |
accept(ReceiverValueVisitor<R,D> visitor,
D data) |
boolean |
exists() |
JetType |
getType() |
static final ReceiverValue NO_RECEIVER
boolean exists()
<R,D> R accept(@NotNull ReceiverValueVisitor<R,D> visitor, D data)