KmPropertyAccessorAttributes

Represents a Kotlin property accessor.

Contains only accessor annotations and 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

Annotations on the property accessor.

Link copied to clipboard

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

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 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.