|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterDescriptor
Method Summary | |
---|---|
DeclarationDescriptor |
getContainingDeclaration()
|
ParameterDescriptor |
getOriginal()
|
KotlinType |
getType()
|
Methods inherited from interface org.jetbrains.kotlin.descriptors.CallableDescriptor |
---|
getDispatchReceiverParameter, getExtensionReceiverParameter, getOverriddenDescriptors, getReturnType, getTypeParameters, getValueParameters, hasStableParameterNames, hasSynthesizedParameterNames, substitute |
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithVisibility |
---|
getVisibility |
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithSource |
---|
getSource |
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptor |
---|
accept, acceptVoid |
Methods inherited from interface org.jetbrains.kotlin.descriptors.annotations.Annotated |
---|
getAnnotations |
Methods inherited from interface org.jetbrains.kotlin.descriptors.Named |
---|
getName |
Method Detail |
---|
@NotNull KotlinType getType()
@NotNull DeclarationDescriptor getContainingDeclaration()
getContainingDeclaration
in interface DeclarationDescriptor
getContainingDeclaration
in interface DeclarationDescriptorNonRoot
@NotNull ParameterDescriptor getOriginal()
getOriginal
in interface CallableDescriptor
getOriginal
in interface DeclarationDescriptor
getOriginal
in interface DeclarationDescriptorWithSource
this
object if the current descriptor is original itself
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |