Kotlin Analysis API Documentation Help

KaPropertyAccessorSymbol

Represents a property getter or setter declaration.

Hierarchy

Inherits from KaFunctionSymbol.

Inheritors: KaPropertyGetterSymbol (for getters), KaPropertySetterSymbol (for setters).

Members

val isNotDefault: Boolean

true if the accessor is not default.

val isInline: Boolean

true if the property is an inline property.

val isOverride: Boolean

true if the property accessor is an override.

val containingClassId: ClassId?

The fully-qualified name of a containing class, or null if the class is local.

Default values

Member

Value

contextReceivers

emptyList()

isExtension

false

location

KaSymbolLocation.PROPERTY

receiverParameter

null

27 April 2026