KaPropertyAccessorSymbol
Represents a property getter or setter declaration.
Hierarchy
Inherits from KaFunctionSymbol.
Inheritors: KaPropertyGetterSymbol (for getters), KaPropertySetterSymbol (for setters).
Members
val isDefault: Booleantrueif the accessor is implicitly generated.val isInline: Booleantrueif the property is an inline property.val isOverride: Booleantrueif the property accessor is an override.val hasBody: Booleantrueif the property accessor has body. Such as, the following property has an explicit getter without a body:val name: String = "Foo" @Throws(RuntimeException::class) getval containingClassId: ClassId?The fully-qualified name of a containing class, or
nullif the class is local.
Default values
Member  | Value  | 
|---|---|
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
Last modified: 23 July 2024