org.jetbrains.kotlin.descriptors
Interface ReceiverParameterDescriptor
- All Superinterfaces:
- Annotated, CallableDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithSource, DeclarationDescriptorWithVisibility, Named, ParameterDescriptor
- All Known Implementing Classes:
- AbstractReceiverParameterDescriptor, LazyClassReceiverParameterDescriptor, ReceiverParameterDescriptorImpl
public interface ReceiverParameterDescriptor
- extends ParameterDescriptor
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
getName |
NO_RECEIVER_PARAMETER
@Nullable
static final ReceiverParameterDescriptor NO_RECEIVER_PARAMETER
getValue
@NotNull
ReceiverValue getValue()
substitute
@Nullable
ReceiverParameterDescriptor substitute(@NotNull
TypeSubstitutor substitutor)
- Specified by:
substitute
in interface CallableDescriptor
- Specified by:
substitute
in interface DeclarationDescriptor