|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.scopes.receivers.AbstractReceiverValue
public abstract class AbstractReceiverValue
| Field Summary | |
|---|---|
protected JetType |
receiverType
|
| Fields inherited from interface org.jetbrains.kotlin.resolve.scopes.receivers.ReceiverValue |
|---|
IRRELEVANT_RECEIVER, NO_RECEIVER |
| Constructor Summary | |
|---|---|
AbstractReceiverValue(JetType receiverType)
|
|
| Method Summary | |
|---|---|
boolean |
exists()
|
JetType |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final JetType receiverType
| Constructor Detail |
|---|
public AbstractReceiverValue(@NotNull
JetType receiverType)
| Method Detail |
|---|
@NotNull public JetType getType()
getType in interface ReceiverValuepublic boolean exists()
exists in interface ReceiverValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||