Package | Description |
---|---|
com.github.javaparser.ast | |
com.github.javaparser.printer |
Modifier and Type | Field and Description |
---|---|
protected static DataKey<Printer> |
Node.PRINTER_KEY |
Modifier and Type | Method and Description |
---|---|
protected Printer |
Node.createDefaultPrinter() |
protected Printer |
Node.createDefaultPrinter(PrinterConfiguration configuration) |
protected Printer |
Node.getPrinter() |
protected Printer |
CompilationUnit.getPrinter() |
protected Printer |
Node.getPrinter(PrinterConfiguration configuration) |
protected Printer |
CompilationUnit.getPrinter(PrinterConfiguration config) |
Modifier and Type | Method and Description |
---|---|
CompilationUnit |
CompilationUnit.printer(Printer printer)
Declare a specific printer
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPrettyPrinter
Pretty printer for AST nodes.
|
class |
PrettyPrinter
Deprecated.
This class could be removed in a future version. Use default DefaultPrettyPrinter.
|
Modifier and Type | Method and Description |
---|---|
Printer |
Printer.setConfiguration(PrinterConfiguration configuration) |
Printer |
PrettyPrinter.setConfiguration(PrinterConfiguration configuration)
Deprecated.
|
Printer |
DefaultPrettyPrinter.setConfiguration(PrinterConfiguration configuration) |
Copyright © 2007–2024. All rights reserved.