toggle menu
ktast
0.9.4
common
switch theme
search in API
ast
/
ktast.ast
/
Writer
/
Companion
Companion
object
Companion
Members
Functions
write
Link copied to clipboard
fun
write
(
rootNode
:
Node
,
withExtras
:
Boolean
=
true
)
:
String
fun
<
T
>
write
(
rootNode
:
Node
,
appendable
:
T
,
withExtras
:
Boolean
=
true
)
:
T
Converts the given AST node back to source code.