KmPropertyAccessorAttributes

Represents a Kotlin property accessor.

Does not contain meaningful information except attributes, such as visibility and modality. Attributes can be read and written using extension properties, e.g. KmPropertyAccessorAttributes.visibility or KmPropertyAccessorAttributes.isNotDefault.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Indicates that the corresponding property accessor has at least one annotation.

Link copied to clipboard

Indicates that the corresponding property accessor is external.

Link copied to clipboard

Indicates that the corresponding property accessor is inline.

Link copied to clipboard

Indicates that the corresponding property accessor is not default, i.e. it has a body and/or annotations in the source code, or the property is delegated.

Link copied to clipboard

Represents modality of the corresponding property accessor.

Link copied to clipboard

Represents visibility of the corresponding property accessor.