Kotlin Analysis API Documentation Help

KaCall

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

01 August 2024