ResolutionContext

interface ResolutionContext

Functions

Link copied to clipboard
abstract fun backingPropertyForConstructorParameter(parameter: ValueParameterDescriptor): PropertyDescriptor?
Link copied to clipboard
abstract fun Element.constraintsDSLElements(): List<Element>
Link copied to clipboard
abstract fun descriptorFor(declaration: Declaration): DeclarationDescriptor?
abstract fun descriptorFor(fqName: FqName): List<DeclarationDescriptor>
Link copied to clipboard
abstract fun handleError(    error: ErrorIds,     element: Element,     msg: String)
Link copied to clipboard
abstract fun type(typeReference: TypeReference?): Type?

Properties

Link copied to clipboard
abstract val module: ModuleDescriptor
Link copied to clipboard
abstract val types: Types