Uses of Class
com.github.javaparser.printer.configuration.Indentation
-
Packages that use Indentation Package Description com.github.javaparser.printer.configuration -
-
Uses of Indentation in com.github.javaparser.printer.configuration
Methods in com.github.javaparser.printer.configuration that return Indentation Modifier and Type Method Description IndentationPrettyPrinterConfiguration. getIndentation()Deprecated.IndentationIndentation. setSize(int size)IndentationIndentation. setType(Indentation.IndentType type)Methods in com.github.javaparser.printer.configuration with parameters of type Indentation Modifier and Type Method Description PrettyPrinterConfigurationPrettyPrinterConfiguration. setIndentation(Indentation indentation)Deprecated.
-