Package com.github.javaparser.printer
Class PrettyPrinter
java.lang.Object
com.github.javaparser.printer.PrettyPrinter
- All Implemented Interfaces:
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.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.PrettyPrinter(PrettyPrinterConfiguration configuration)Deprecated.PrettyPrinter(PrettyPrinterConfiguration configuration, Function<PrettyPrinterConfiguration,VoidVisitor<Void>> visitorFactory)Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.setConfiguration(PrinterConfiguration configuration)Deprecated.
-
Constructor Details
-
PrettyPrinter
public PrettyPrinter()Deprecated. -
PrettyPrinter
Deprecated. -
PrettyPrinter
public PrettyPrinter(PrettyPrinterConfiguration configuration, Function<PrettyPrinterConfiguration,VoidVisitor<Void>> visitorFactory)Deprecated.
-
-
Method Details
-
getConfiguration
Deprecated.- Specified by:
getConfigurationin interfacePrinter
-
setConfiguration
Deprecated.- Specified by:
setConfigurationin interfacePrinter
-
print
Deprecated.
-