KotlinSuperTypeEntry

class KotlinSuperTypeEntry(impl: KtSuperTypeEntry) : SuperTypeEntry, KotlinSuperTypeListEntry

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(): KtSuperTypeEntry
location
Link copied to clipboard
open override fun location(): CompilerMessageSourceLocation?
parents
Link copied to clipboard
open override fun parents(): List<Element>

Properties

impl
Link copied to clipboard
val impl: KtSuperTypeEntry
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
abstract val typeReference: TypeReference?