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 PrettyPrinterConfigurationNode. prettyPrinterNoCommentsConfigurationMethods in com.github.javaparser.ast with parameters of type PrettyPrinterConfiguration Modifier and Type Method Description StringNode. 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 PrettyPrinterConfigurationPrettyPrintVisitor. configurationMethods in com.github.javaparser.printer that return PrettyPrinterConfiguration Modifier and Type Method Description PrettyPrinterConfigurationPrettyPrinterConfiguration. setColumnAlignFirstMethodChain(boolean columnAlignFirstMethodChain)PrettyPrinterConfigurationPrettyPrinterConfiguration. setColumnAlignParameters(boolean columnAlignParameters)PrettyPrinterConfigurationPrettyPrinterConfiguration. setEndOfLineCharacter(String endOfLineCharacter)Set the character to append when a line should end.PrettyPrinterConfigurationPrettyPrinterConfiguration. setIndent(String indent)Deprecated.PrettyPrinterConfigurationPrettyPrinterConfiguration. setIndentSize(int indentSize)Set the size of the indent in characters.PrettyPrinterConfigurationPrettyPrinterConfiguration. setIndentType(PrettyPrinterConfiguration.IndentType indentType)Set the type of indent to produce.PrettyPrinterConfigurationPrettyPrinterConfiguration. setMaxEnumConstantsToAlignHorizontally(int maxEnumConstantsToAlignHorizontally)By default enum constants get aligned like this:PrettyPrinterConfigurationPrettyPrinterConfiguration. setNormalizeEolInComment(boolean normalizeEolInComment)Deprecated.this is always on.PrettyPrinterConfigurationPrettyPrinterConfiguration. setOrderImports(boolean orderImports)When true, orders imports by alphabetically.PrettyPrinterConfigurationPrettyPrinterConfiguration. setPrintComments(boolean printComments)When true, all comments will be printed, unless printJavadoc is false, then only line and block comments will be printed.PrettyPrinterConfigurationPrettyPrinterConfiguration. setPrintJavadoc(boolean printJavadoc)When true, Javadoc will be printed.PrettyPrinterConfigurationPrettyPrinterConfiguration. setTabWidth(int tabWidth)Set the tab width for pretty aligning.PrettyPrinterConfigurationPrettyPrinterConfiguration. setVisitorFactory(Function<PrettyPrinterConfiguration,PrettyPrintVisitor> visitorFactory)Set the factory that creates the PrettyPrintVisitor.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 PrettyPrinterConfigurationPrettyPrinterConfiguration. setVisitorFactory(Function<PrettyPrinterConfiguration,PrettyPrintVisitor> visitorFactory)Set the factory that creates the PrettyPrintVisitor.Constructors in com.github.javaparser.printer with parameters of type PrettyPrinterConfiguration Constructor Description PrettyPrinter(PrettyPrinterConfiguration configuration)PrettyPrintVisitor(PrettyPrinterConfiguration prettyPrinterConfiguration)
-