Compiler Plugin Utils
1.1.0
Compiler Plugin Utils
/
com.rnett.plugin.ir
/
IrTryBuilder
Ir
Try
Builder
class
IrTryBuilder
(
builder
:
IrBuilderWithScope
)
Content copied to clipboard
Functions
Sources
Functions
ir
Catch
Link copied to clipboard
fun
irCatch
(
throwableType
:
IrType
,
body
:
IrBuilderWithScope
.
(
IrVariable
)
->
IrExpression
)
Content copied to clipboard
ir
Finally
Link copied to clipboard
fun
irFinally
(
expression
:
IrExpression
)
Content copied to clipboard
Sources
jvm source
Link copied to clipboard