Compiler Plugin Utils
1.1.1-SNAPSHOT
Compiler Plugin Utils
/
com.rnett.plugin.stdlib
/
Kotlin
/
Collections
/
MutableSet
Mutable
Set
object
MutableSet
:
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
add
Link copied to clipboard
val
add
:
FunctionRef
Content copied to clipboard
addAll
Link copied to clipboard
val
addAll
:
FunctionRef
Content copied to clipboard
clear
Link copied to clipboard
val
clear
:
FunctionRef
Content copied to clipboard
fqName
Link copied to clipboard
val
fqName
:
FqName
Content copied to clipboard
remove
Link copied to clipboard
val
remove
:
FunctionRef
Content copied to clipboard
removeAll
Link copied to clipboard
val
removeAll
:
FunctionRef
Content copied to clipboard
Set
Link copied to clipboard
val
Set
:
Kotlin.Collections.Set
Content copied to clipboard
Sources
jvm source
Link copied to clipboard