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