Compiler Plugin Utils
1.1.1-SNAPSHOT
Compiler Plugin Utils
/
com.rnett.plugin.stdlib
/
Kotlin
/
Reflect
/
KClass
KClass
object
KClass
:
ClassRef
Content copied to clipboard
Functions
Properties
Sources
Functions
get
Value
Link copied to clipboard
inline operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
ClassRef
Content copied to clipboard
invoke
Link copied to clipboard
open
operator
fun
invoke
(
context
:
IrPluginContext
)
:
IrClassSymbol
Content copied to clipboard
resolve
Link copied to clipboard
open
override
fun
resolve
(
context
:
IrPluginContext
)
:
IrClassSymbol
Content copied to clipboard
resolve
Or
Null
Link copied to clipboard
open
override
fun
resolveOrNull
(
context
:
IrPluginContext
)
:
IrClassSymbol
?
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
fqName
Link copied to clipboard
val
fqName
:
FqName
Content copied to clipboard
isInstance
Link copied to clipboard
val
isInstance
:
FunctionRef
Content copied to clipboard
Sources
jvm source
Link copied to clipboard