KaValueParameterSymbol
Last modified: 23 July 2024Represents a value parameter of a function, constructor, and a property setter.
In Kotlin, we generally use the phrase "value parameter", as function have both value and type parameters.
Hierarchy
Inherits from KaVariableSymbol.
Members
val isNoinline: Boolean
true
if the value parameter has thenoinline
modifier.val isCrossinline: Boolean
true
if the value parameter has thecrossinline
modifier.
Default values
Member | Value |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|