Compiler Plugin Utils
1.1.1-SNAPSHOT
Compiler Plugin Utils
/
com.rnett.plugin.naming
/
TypeRef
Type
Ref
data
class
TypeRef
(
classifier
:
ClassRef
,
nullable
:
Boolean
,
arguments
:
List
<
TypeProjectionRef
>
,
variance
:
TypeRefVariance
)
:
TypeProjectionRef
Content copied to clipboard
Functions
Properties
Sources
Functions
resolve
Link copied to clipboard
fun
resolve
(
context
:
IrPluginContext
)
:
IrType
Content copied to clipboard
to
Ir
String
Link copied to clipboard
open
override
fun
toIrString
(
)
:
String
Content copied to clipboard
to
Ir
Type
Link copied to clipboard
fun
toIrType
(
context
:
IrPluginContext
)
:
IrType
Content copied to clipboard
to
Ir
Type
Arg
Link copied to clipboard
open
override
fun
toIrTypeArg
(
context
:
IrPluginContext
)
:
IrTypeArgument
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
arguments
Link copied to clipboard
val
arguments
:
List
<
TypeProjectionRef
>
Content copied to clipboard
classifier
Link copied to clipboard
val
classifier
:
ClassRef
Content copied to clipboard
isStar
Link copied to clipboard
val
isStar
:
Boolean
Content copied to clipboard
nullable
Link copied to clipboard
val
nullable
:
Boolean
Content copied to clipboard
variance
Link copied to clipboard
val
variance
:
TypeRefVariance
Content copied to clipboard
Sources
jvm source
Link copied to clipboard