KaCall

Last modified: 01 August 2024

Represents a call within Kotlin code. It encompasses various types of calls, including function calls, property accesses, and other invocations. The Analysis API provides a hierarchy of KtCall subtypes to model different call kinds.

KaCall
KaCallableMemberCall
KaVariableAccessCall
KaFunctionCall
KaSimpleFunctionCall
KaAnnotationCall
KaDelegatedConstructorCall
KaCompoundVariableAccessCall
KaCompoundArrayAccessCall