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: Name
The declaration name.
val isVal: Boolean
true
if the declaration is read-only (is not marked withvar
).
Last modified: 23 July 2024