KotlinDelegatedSuperTypeEntry

class KotlinDelegatedSuperTypeEntry(impl: KtDelegatedSuperTypeEntry) : DelegatedSuperTypeEntry, KotlinSuperTypeListEntry

Functions

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

Properties

Link copied to clipboard
open override val delegateExpression: Expression?
Link copied to clipboard
val impl: KtDelegatedSuperTypeEntry
Link copied to clipboard
open override val psiOrParent: Element
Link copied to clipboard
open override val text: String
Link copied to clipboard
abstract val typeReference: TypeReference?