KaPropertyAccessorSymbol
Represents a property getter or setter declaration.
Hierarchy
Inherits from KaFunctionSymbol.
Inheritors: KaPropertyGetterSymbol (for getters), KaPropertySetterSymbol (for setters).
Members
val isNotDefault: Booleantrueif the accessor is not default.val isInline: Booleantrueif the property is an inline property.val isOverride: Booleantrueif the property accessor is an override.val containingClassId: ClassId?The fully-qualified name of a containing class, or
nullif the class is local.
Default values
Member | Value |
|---|---|
|
|
|
|
|
|
|
|
27 April 2026