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 Indentation
PrettyPrinterConfiguration. getIndentation()
Deprecated.Indentation
Indentation. setSize(int size)
Indentation
Indentation. setType(Indentation.IndentType type)
Methods in com.github.javaparser.printer.configuration with parameters of type Indentation Modifier and Type Method Description PrettyPrinterConfiguration
PrettyPrinterConfiguration. setIndentation(Indentation indentation)
Deprecated.
-