Kotlin Analysis API Documentation Help

KaBackingFieldSymbol

Represents a backing field declaration.

Hierarchy

Inherits from KaVariableSymbol.

Members

val owningProperty: KaKotlinPropertySymbol

The owning property declaration.

Default values

Member

Value

callableId

null

contextReceivers

emptyList()

isExtension

false

isVal

true

name

"field"

location

KaSymbolLocation.PROPERTY

receiverParameter

null

origin

KaSymbolOrigin.PROPERTY_BACKING_FIELD

Last modified: 23 July 2024