Class PrettyPrintVisitor

java.lang.Object
com.github.javaparser.printer.PrettyPrintVisitor
All Implemented Interfaces:
VoidVisitor<Void>

@Deprecated public class PrettyPrintVisitor extends Object implements VoidVisitor<Void>
Deprecated.
This class is no longer acceptable to use because it is not sufficiently configurable and it is too tied to a specific implementation. This class could be removed in a future version. Use default DefaultPrettyPrinterVisitor.
Outputs the AST as formatted Java source code. This class is no longer acceptable to use because it is not sufficiently configurable and it is too tied to a specific implementation

Use default implementation instead.

Author:
Julio Vilmar Gesser