Compiler Plugin Utils
1.1.1-SNAPSHOT
Compiler Plugin Utils
/
com.rnett.plugin.naming
/
Reference
Reference
interface
Reference
<
S
:
IrBindableSymbol
<
*
,
*
>
>
Content copied to clipboard
A reference that is resolvable to an IR symbol via a
IrPluginContext
Functions
Sources
Inheritors
Functions
invoke
Link copied to clipboard
open
operator
fun
invoke
(
context
:
IrPluginContext
)
:
S
Content copied to clipboard
resolve
Link copied to clipboard
abstract
fun
resolve
(
context
:
IrPluginContext
)
:
S
Content copied to clipboard
resolve
Or
Null
Link copied to clipboard
abstract
fun
resolveOrNull
(
context
:
IrPluginContext
)
:
S
?
Content copied to clipboard
Inheritors
ClassRef
Link copied to clipboard
FunctionRef
Link copied to clipboard
PropertyRef
Link copied to clipboard
ConstructorRef
Link copied to clipboard
Sources
jvm source
Link copied to clipboard