KaCompoundArrayAccessCall
Represents a compound array-like access convention involving calls both to get() and set() functions, e.g., a[1] += "foo".
Members
val getPartiallyAppliedSymbol: KaPartiallyAppliedFunctionSymbol<KaNamedFunctionSymbol>The
getfunction that's invoked when reading values corresponding to the givenindexArguments.val setPartiallyAppliedSymbol: KaPartiallyAppliedFunctionSymbol<KaNamedFunctionSymbol>The
setfunction that's invoked when writing values corresponding to the given [indexArguments] and computed value from theoperation.
val compoundOperation: KaCompoundOperationThe compound operation kind. Also see KaCompoundOperation.
Last modified: 23 July 2024