Compiler Plugin Utils
1.1.1-SNAPSHOT
Compiler Plugin Utils
/
com.rnett.plugin.stdlib
/
Kotlin
/
Collections
/
MutableMap
Mutable
Map
object
MutableMap
:
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
clear
Link copied to clipboard
val
clear
:
FunctionRef
Content copied to clipboard
fqName
Link copied to clipboard
val
fqName
:
FqName
Content copied to clipboard
Map
Link copied to clipboard
val
Map
:
Kotlin.Collections.Map
Content copied to clipboard
put
Link copied to clipboard
val
put
:
FunctionRef
Content copied to clipboard
putAll
Link copied to clipboard
val
putAll
:
FunctionRef
Content copied to clipboard
putAllIterable
Link copied to clipboard
val
putAllIterable
:
FunctionRef
Content copied to clipboard
remove
Link copied to clipboard
val
remove
:
FunctionRef
Content copied to clipboard
Sources
jvm source
Link copied to clipboard