KotlinValueArgumentList

class KotlinValueArgumentList(impl: KtValueArgumentList) : ValueArgumentList, KotlinElement

Functions

getResolvedCall
Link copied to clipboard
open override fun getResolvedCall(context: ResolutionContext): ResolvedCall?
getVariableDescriptor
Link copied to clipboard
open override fun getVariableDescriptor(context: ResolutionContext): VariableDescriptor?
impl
Link copied to clipboard
open override fun impl(): KtValueArgumentList
location
Link copied to clipboard
open override fun location(): CompilerMessageSourceLocation?
parents
Link copied to clipboard
open override fun parents(): List<Element>

Properties

arguments
Link copied to clipboard
open override val arguments: List<ValueArgument>
impl
Link copied to clipboard
val impl: KtValueArgumentList
psiOrParent
Link copied to clipboard
open override val psiOrParent: Element
text
Link copied to clipboard
open override val text: String