|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl
org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl
org.jetbrains.kotlin.descriptors.impl.AbstractReceiverParameterDescriptor
org.jetbrains.kotlin.descriptors.impl.ReceiverParameterDescriptorImpl
public class ReceiverParameterDescriptorImpl
| Constructor Summary | |
|---|---|
ReceiverParameterDescriptorImpl(DeclarationDescriptor containingDeclaration,
ReceiverValue value)
|
|
| Method Summary | |
|---|---|
DeclarationDescriptor |
getContainingDeclaration()
|
ReceiverValue |
getValue()
|
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.AbstractReceiverParameterDescriptor |
|---|
accept, getDispatchReceiverParameter, getExtensionReceiverParameter, getOriginal, getOverriddenDescriptors, getReturnType, getSource, getType, getTypeParameters, getValueParameters, getVisibility, hasStableParameterNames, hasSynthesizedParameterNames, substitute |
| Methods inherited from class org.jetbrains.kotlin.descriptors.impl.DeclarationDescriptorImpl |
|---|
acceptVoid, getName, toString, toString |
| Methods inherited from class org.jetbrains.kotlin.descriptors.annotations.AnnotatedImpl |
|---|
getAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor |
|---|
acceptVoid |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated |
|---|
getAnnotations |
| Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
|---|
getName |
| Constructor Detail |
|---|
public ReceiverParameterDescriptorImpl(@NotNull
DeclarationDescriptor containingDeclaration,
@NotNull
ReceiverValue value)
| Method Detail |
|---|
@NotNull public ReceiverValue getValue()
@NotNull public DeclarationDescriptor getContainingDeclaration()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||