Printer

interface Printer(source)

Printer interface defines the API for a printer. A printer outputs the AST as formatted Java source code.

Inheritors

Functions

Link copied to clipboard
abstract fun print(node: Node): String