|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.lang.resolve.scopes.receivers.AbstractReceiverValue
public abstract class AbstractReceiverValue
Field Summary | |
---|---|
protected JetType |
receiverType
|
Fields inherited from interface org.jetbrains.jet.lang.resolve.scopes.receivers.ReceiverValue |
---|
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 |
Methods inherited from interface org.jetbrains.jet.lang.resolve.scopes.receivers.ReceiverValue |
---|
accept |
Field Detail |
---|
protected final JetType receiverType
Constructor Detail |
---|
public AbstractReceiverValue(@NotNull JetType receiverType)
Method Detail |
---|
@NotNull public JetType getType()
getType
in interface ReceiverValue
public boolean exists()
exists
in interface ReceiverValue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |