YamlPrinter

open class YamlPrinter(source)

Outputs a YAML file containing the AST meant for inspecting it.

Constructors

Link copied to clipboard
constructor(outputNodeType: Boolean)

Functions

Link copied to clipboard
open fun output(node: Node): String
open fun output(node: Node, name: String, level: Int, builder: StringBuilder)
Link copied to clipboard
open fun print(node: Node)