PrettyPrinter
Deprecated
This class could be removed in a future version. Use defaultPrettyPrinter.
Pretty printer for AST nodes. This class is no longer acceptable to use because it is not sufficiently configurable and it is too tied to a specific implementation
Use interface or DefaultPrettyPrinter default implementation instead.
Constructors
Link copied to clipboard
constructor()
constructor(configuration: PrettyPrinterConfiguration, visitorFactory: (PrettyPrinterConfiguration) -> VoidVisitor<Void>)