Companion

object Companion

Functions

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.