NodePrinter

fun interface NodePrinter

Know how to print a single node type.

Functions

Link copied to clipboard
abstract fun print(output: PrinterOutput, ast: Node)