public interface ReceiverParameterDescriptor extends DeclarationDescriptor
| Modifier and Type | Field and Description |
|---|---|
static ReceiverParameterDescriptor |
NO_RECEIVER_PARAMETER |
| Modifier and Type | Method and Description |
|---|---|
DeclarationDescriptor |
getContainingDeclaration() |
JetType |
getType() |
ReceiverValue |
getValue() |
ReceiverParameterDescriptor |
substitute(TypeSubstitutor substitutor) |
accept, acceptVoid, getOriginalgetAnnotations@Nullable static final ReceiverParameterDescriptor NO_RECEIVER_PARAMETER
@NotNull ReceiverValue getValue()
@NotNull DeclarationDescriptor getContainingDeclaration()
getContainingDeclaration in interface DeclarationDescriptor@Nullable ReceiverParameterDescriptor substitute(@NotNull TypeSubstitutor substitutor)
substitute in interface DeclarationDescriptor