Reference

interface Reference<S : IrBindableSymbol<*, *>>

A reference that is resolvable to an IR symbol via a IrPluginContext

Functions

Link copied to clipboard
open operator fun invoke(context: IrPluginContext): S
Link copied to clipboard
abstract fun resolve(context: IrPluginContext): S
Link copied to clipboard
abstract fun resolveOrNull(context: IrPluginContext): S?

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard