Uses of Class
com.github.javaparser.printer.configuration.Indentation.IndentType
-
Packages that use Indentation.IndentType Package Description com.github.javaparser.printer.configuration -
-
Uses of Indentation.IndentType in com.github.javaparser.printer.configuration
Fields in com.github.javaparser.printer.configuration declared as Indentation.IndentType Modifier and Type Field Description private Indentation.IndentType
Indentation. type
Methods in com.github.javaparser.printer.configuration that return Indentation.IndentType Modifier and Type Method Description Indentation.IndentType
PrettyPrinterConfiguration. getIndentType()
Deprecated.(@see Indentation.type)Indentation.IndentType
Indentation. getType()
static Indentation.IndentType
Indentation.IndentType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Indentation.IndentType[]
Indentation.IndentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javaparser.printer.configuration with parameters of type Indentation.IndentType Modifier and Type Method Description PrettyPrinterConfiguration
PrettyPrinterConfiguration. setIndentType(Indentation.IndentType indentType)
Deprecated.(@see Indentation.type())Indentation
Indentation. setType(Indentation.IndentType type)
Constructors in com.github.javaparser.printer.configuration with parameters of type Indentation.IndentType Constructor Description Indentation(Indentation.IndentType type)
Indentation(Indentation.IndentType type, int size)
-