Kotlin Analysis API Documentation Help

KaFunctionCall

KaFunctionCall represents a call to a function within Kotlin code. This includes calls to regular functions, constructors, constructors of super classes, and annotations.

Hierarchy

Inherits KaCallableMemberCall.

Members

val argumentMapping: Map<KtExpression, KaVariableSignature<KaValueParameterSymbol>>

A map associating argument expressions with the corresponding parameter signatures.

Last modified: 23 July 2024