Compiler Plugin Utils
1.1.0
Compiler Plugin Utils
/
com.rnett.plugin.stdlib
/
MethodBuilder
/
buildStatement
build
Statement
inline
fun
<
T
:
IrElement
>
buildStatement
(
startOffset
:
Int
,
endOffset
:
Int
,
block
:
IrSingleStatementBuilder
.
(
)
->
T
)
:
T
Content copied to clipboard
Build a statement using the underlying builder. Should only be used for extensions.
Sources
jvm source
Link copied to clipboard