KaVariableSymbol
Represents a variable-like declaration, including properties, local variables, and value parameters.
Hierarchy
A sealed class.
Inherits from KaCallableSymbol.
Notable inheritors: KaPropertySymbol, KaValueParameterSymbol.
Members
val name: NameThe declaration name.
val isVal: Booleantrueif the declaration is read-only (is not marked withvar).
23 July 2024