|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyGetterDescriptor
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jetbrains.kotlin.descriptors.CallableMemberDescriptor |
---|
CallableMemberDescriptor.Kind |
Method Summary | |
---|---|
PropertyGetterDescriptor |
getOriginal()
|
java.util.Collection<? extends PropertyGetterDescriptor> |
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 PropertyGetterDescriptor 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 PropertyGetterDescriptor> 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 |