DefaultPrettyPrinter
Pretty printer for AST nodes.
Constructors
Link copied to clipboard
constructor()
Build a new DefaultPrettyPrinter with a default configuration and a default factory
Build a new DefaultPrettyPrinter with a configuration and a default factory
constructor(visitorFactory: (PrinterConfiguration) -> VoidVisitor<Void>, configuration: PrinterConfiguration)
Build a new DefaultPrettyPrinter with a configuration and a factory to create a visitor to browse the nodes of the AST