ResolutionContext

interface ResolutionContext

Functions

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

Properties

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