KotlinTypeConstraintList

class KotlinTypeConstraintList(val impl: KtTypeConstraintList) : TypeConstraintList, KotlinElement

Constructors

Link copied to clipboard
fun KotlinTypeConstraintList(impl: KtTypeConstraintList)

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(): KtTypeConstraintList
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 constraints: List<TypeConstraint>
Link copied to clipboard
val impl: KtTypeConstraintList
Link copied to clipboard
open override val psiOrParent: Element
Link copied to clipboard
open override val text: String