KotlinTypeReference

class KotlinTypeReference(impl: KtTypeReference) : TypeReference, KotlinAnnotated, KotlinAnnotationsContainer

Functions

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

Properties

Link copied to clipboard
abstract val annotationEntries: List<AnnotationEntry>
Link copied to clipboard
val impl: KtTypeReference
Link copied to clipboard
abstract val psiOrParent: Element
Link copied to clipboard
abstract val text: String
Link copied to clipboard
open override val typeElement: TypeElement?