org.jetbrains.jet.lang.descriptors
Interface ReceiverParameterDescriptor
- All Superinterfaces:
- Annotated, DeclarationDescriptor, Named
- All Known Implementing Classes:
- AbstractReceiverParameterDescriptor, ReceiverParameterDescriptorImpl
public interface ReceiverParameterDescriptor
- extends DeclarationDescriptor
Methods inherited from interface org.jetbrains.jet.lang.descriptors.Named |
getName |
NO_RECEIVER_PARAMETER
@Nullable
static final ReceiverParameterDescriptor NO_RECEIVER_PARAMETER
getType
@NotNull
JetType getType()
getValue
@NotNull
ReceiverValue getValue()
getContainingDeclaration
@NotNull
DeclarationDescriptor getContainingDeclaration()
- Specified by:
getContainingDeclaration
in interface DeclarationDescriptor
substitute
@Nullable
ReceiverParameterDescriptor substitute(@NotNull
TypeSubstitutor substitutor)
- Specified by:
substitute
in interface DeclarationDescriptor