Class PrettyPrinter

  • All Implemented Interfaces:
    Printer

    @Deprecated
    public class PrettyPrinter
    extends java.lang.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.