write

fun write(rootNode: Node)

Converts the given AST node back to source code.

Parameters

rootNode

root AST node to convert.