|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertySetterDescriptor
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jetbrains.kotlin.descriptors.CallableMemberDescriptor |
---|
CallableMemberDescriptor.Kind |
Method Summary | |
---|---|
PropertySetterDescriptor |
getOriginal()
|
java.util.Collection<? extends PropertySetterDescriptor> |
getOverriddenDescriptors()
|
Methods inherited from interface org.jetbrains.kotlin.descriptors.PropertyAccessorDescriptor |
---|
copy, getCorrespondingProperty, hasBody, isDefault, isExternal |
Methods inherited from interface org.jetbrains.kotlin.descriptors.FunctionDescriptor |
---|
getContainingDeclaration, getInitialSignatureDescriptor, isHiddenToOvercomeSignatureClash, isInfix, isInline, isOperator, isTailrec, substitute |
Methods inherited from interface org.jetbrains.kotlin.descriptors.CallableMemberDescriptor |
---|
addOverriddenDescriptor, getKind |
Methods inherited from interface org.jetbrains.kotlin.descriptors.CallableDescriptor |
---|
getDispatchReceiverParameter, getExtensionReceiverParameter, getReturnType, getTypeParameters, getValueParameters, hasStableParameterNames, hasSynthesizedParameterNames |
Methods inherited from interface org.jetbrains.kotlin.descriptors.MemberDescriptor |
---|
getModality, 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 PropertySetterDescriptor getOriginal()
getOriginal
in interface CallableDescriptor
getOriginal
in interface CallableMemberDescriptor
getOriginal
in interface DeclarationDescriptor
getOriginal
in interface DeclarationDescriptorWithSource
getOriginal
in interface FunctionDescriptor
getOriginal
in interface PropertyAccessorDescriptor
this
object if the current descriptor is original itself@NotNull java.util.Collection<? extends PropertySetterDescriptor> getOverriddenDescriptors()
getOverriddenDescriptors
in interface CallableDescriptor
getOverriddenDescriptors
in interface CallableMemberDescriptor
getOverriddenDescriptors
in interface FunctionDescriptor
getOverriddenDescriptors
in interface PropertyAccessorDescriptor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |