KotlinSuperTypeListEntry

fun interface KotlinSuperTypeListEntry : SuperTypeListEntry, 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
abstract override fun impl(): KtSuperTypeListEntry
location
Link copied to clipboard
open override fun location(): CompilerMessageSourceLocation?
parents
Link copied to clipboard
open override fun parents(): List<Element>

Properties

psiOrParent
Link copied to clipboard
open override val psiOrParent: Element
text
Link copied to clipboard
open override val text: String
typeReference
Link copied to clipboard
open override val typeReference: TypeReference?

Inheritors

KotlinDelegatedSuperTypeEntry
Link copied to clipboard
KotlinSuperTypeCallEntry
Link copied to clipboard
KotlinSuperTypeEntry
Link copied to clipboard