|
|||||||||
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
org.jetbrains.jet.lang.resolve.scopes.receivers.ExtensionReceiver
public class ExtensionReceiver
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.lang.resolve.scopes.receivers.AbstractReceiverValue |
---|
receiverType |
Fields inherited from interface org.jetbrains.jet.lang.resolve.scopes.receivers.ReceiverValue |
---|
NO_RECEIVER |
Constructor Summary | |
---|---|
ExtensionReceiver(CallableDescriptor callableDescriptor,
JetType receiverType)
|
Method Summary | ||
---|---|---|
|
accept(ReceiverValueVisitor<R,D> visitor,
D data)
|
|
DeclarationDescriptor |
getDeclarationDescriptor()
|
|
java.lang.String |
toString()
|
Methods inherited from class org.jetbrains.jet.lang.resolve.scopes.receivers.AbstractReceiverValue |
---|
exists, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jetbrains.jet.lang.resolve.scopes.receivers.ReceiverValue |
---|
exists, getType |
Constructor Detail |
---|
public ExtensionReceiver(@NotNull CallableDescriptor callableDescriptor, @NotNull JetType receiverType)
Method Detail |
---|
@NotNull public DeclarationDescriptor getDeclarationDescriptor()
getDeclarationDescriptor
in interface ThisReceiver
public <R,D> R accept(@NotNull ReceiverValueVisitor<R,D> visitor, D data)
accept
in interface ReceiverValue
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 |