Uses of Class
com.github.javaparser.printer.configuration.Indentation
-
Packages that use Indentation Package Description com.github.javaparser.printer com.github.javaparser.printer.configuration -
-
Uses of Indentation in com.github.javaparser.printer
Fields in com.github.javaparser.printer declared as Indentation Modifier and Type Field Description private Indentation
SourcePrinter. indentation
Constructors in com.github.javaparser.printer with parameters of type Indentation Constructor Description SourcePrinter(Indentation indentation, java.lang.String eol)
-
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.
-