Kotlin Expression Value Argument
open class KotlinExpressionValueArgument(impl: KtValueArgument) : ValueArgument, KotlinElement
Content copied to clipboard
Functions
get Argument Name
Link copied to clipboard
get Resolved Call
Link copied to clipboard
open override fun getResolvedCall(context: ResolutionContext): ResolvedCall?
Content copied to clipboard
get Variable Descriptor
Link copied to clipboard
open override fun getVariableDescriptor(context: ResolutionContext): VariableDescriptor?
Content copied to clipboard
is External
Link copied to clipboard
Properties
Inheritors
KotlinLambdaArgument
Link copied to clipboard