| Package | Description |
|---|---|
| com.github.javaparser.printer.configuration |
| Modifier and Type | Method and Description |
|---|---|
Indentation.IndentType |
PrettyPrinterConfiguration.getIndentType()
Deprecated.
(@see Indentation.type)
|
Indentation.IndentType |
Indentation.getType() |
static Indentation.IndentType |
Indentation.IndentType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
PrettyPrinterConfiguration |
PrettyPrinterConfiguration.setIndentType(Indentation.IndentType indentType)
Deprecated.
(@see Indentation.type())
|
Indentation |
Indentation.setType(Indentation.IndentType type) |
| Constructor and Description |
|---|
Indentation(Indentation.IndentType type) |
Indentation(Indentation.IndentType type,
int size) |
Copyright © 2007–2024. All rights reserved.