org.jetbrains.jet.lang.resolve.scopes.receivers
Class ClassReceiver
java.lang.Object
org.jetbrains.jet.lang.resolve.scopes.receivers.ClassReceiver
- All Implemented Interfaces:
- ReceiverValue, ThisReceiver
public class ClassReceiver
- extends java.lang.Object
- implements ThisReceiver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClassReceiver
public ClassReceiver(@NotNull
ClassDescriptor classDescriptor)
exists
public boolean exists()
- Specified by:
exists
in interface ReceiverValue
getType
@NotNull
public JetType getType()
- Specified by:
getType
in interface ReceiverValue
getDeclarationDescriptor
@NotNull
public ClassDescriptor getDeclarationDescriptor()
- Specified by:
getDeclarationDescriptor
in interface ThisReceiver
accept
public <R,D> R accept(@NotNull
ReceiverValueVisitor<R,D> visitor,
D data)
- Specified by:
accept
in interface ReceiverValue
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object