Class PrettyPrinter

java.lang.Object
com.github.javaparser.printer.PrettyPrinter
All Implemented Interfaces:
Printer

@Deprecated public class PrettyPrinter extends Object implements Printer
Deprecated.
This class could be removed in a future version. Use default 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.