|
|||||||||
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.FunctionDescriptor |
---|
FunctionDescriptor.CopyBuilder<D extends FunctionDescriptor> |
Nested classes/interfaces inherited from interface org.jetbrains.kotlin.descriptors.CallableMemberDescriptor |
---|
CallableMemberDescriptor.Kind |
Method Summary | |
---|---|
PropertySetterDescriptor |
getOriginal()
|
java.util.Collection<? extends PropertySetterDescriptor> |
getOverriddenDescriptors()
This method should be used with q Wgreat care, because if descriptor is substituted one, calling 'getOverriddenDescriptors' may force lazy computation, that's unnecessary in most cases. |
Methods inherited from interface org.jetbrains.kotlin.descriptors.PropertyAccessorDescriptor |
---|
copy, getCorrespondingProperty, isDefault |
Methods inherited from interface org.jetbrains.kotlin.descriptors.FunctionDescriptor |
---|
getContainingDeclaration, getInitialSignatureDescriptor, isExternal, isHiddenToOvercomeSignatureClash, isInfix, isInline, isOperator, isTailrec, newCopyBuilder, substitute |
Methods inherited from interface org.jetbrains.kotlin.descriptors.CallableMemberDescriptor |
---|
getKind, setOverriddenDescriptors |
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()
FunctionDescriptor
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 |