Uses of Class
com.github.javaparser.printer.PrettyPrinterConfiguration
-
Packages that use PrettyPrinterConfiguration Package Description com.github.javaparser.ast com.github.javaparser.printer -
-
Uses of PrettyPrinterConfiguration in com.github.javaparser.ast
Fields in com.github.javaparser.ast declared as PrettyPrinterConfiguration Modifier and Type Field Description protected static PrettyPrinterConfiguration
Node. prettyPrinterNoCommentsConfiguration
Methods in com.github.javaparser.ast with parameters of type PrettyPrinterConfiguration Modifier and Type Method Description String
Node. toString(PrettyPrinterConfiguration prettyPrinterConfiguration)
-
Uses of PrettyPrinterConfiguration in com.github.javaparser.printer
Fields in com.github.javaparser.printer declared as PrettyPrinterConfiguration Modifier and Type Field Description protected PrettyPrinterConfiguration
PrettyPrintVisitor. configuration
Methods in com.github.javaparser.printer that return PrettyPrinterConfiguration Modifier and Type Method Description PrettyPrinterConfiguration
PrettyPrinterConfiguration. setColumnAlignFirstMethodChain(boolean columnAlignFirstMethodChain)
PrettyPrinterConfiguration
PrettyPrinterConfiguration. setColumnAlignParameters(boolean columnAlignParameters)
PrettyPrinterConfiguration
PrettyPrinterConfiguration. setEndOfLineCharacter(String endOfLineCharacter)
PrettyPrinterConfiguration
PrettyPrinterConfiguration. setIndent(String indent)
PrettyPrinterConfiguration
PrettyPrinterConfiguration. setPrintComments(boolean printComments)
PrettyPrinterConfiguration
PrettyPrinterConfiguration. setPrintJavaDoc(boolean printJavaDoc)
PrettyPrinterConfiguration
PrettyPrinterConfiguration. setVisitorFactory(Function<PrettyPrinterConfiguration,PrettyPrintVisitor> visitorFactory)
Methods in com.github.javaparser.printer that return types with arguments of type PrettyPrinterConfiguration Modifier and Type Method Description Function<PrettyPrinterConfiguration,PrettyPrintVisitor>
PrettyPrinterConfiguration. getVisitorFactory()
Method parameters in com.github.javaparser.printer with type arguments of type PrettyPrinterConfiguration Modifier and Type Method Description PrettyPrinterConfiguration
PrettyPrinterConfiguration. setVisitorFactory(Function<PrettyPrinterConfiguration,PrettyPrintVisitor> visitorFactory)
Constructors in com.github.javaparser.printer with parameters of type PrettyPrinterConfiguration Constructor Description PrettyPrinter(PrettyPrinterConfiguration configuration)
PrettyPrintVisitor(PrettyPrinterConfiguration prettyPrinterConfiguration)
-