Class PrettyPrintVisitor

  • All Implemented Interfaces:
    VoidVisitor<java.lang.Void>

    @Deprecated
    public class PrettyPrintVisitor
    extends java.lang.Object
    implements VoidVisitor<java.lang.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.