| Package | Description |
|---|---|
| com.github.javaparser.printer |
| Modifier and Type | Method and Description |
|---|---|
PrettyPrinterConfiguration.IndentType |
PrettyPrinterConfiguration.getIndentType()
Get the type of indent to produce.
|
static PrettyPrinterConfiguration.IndentType |
PrettyPrinterConfiguration.IndentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrettyPrinterConfiguration.IndentType[] |
PrettyPrinterConfiguration.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(PrettyPrinterConfiguration.IndentType indentType)
Set the type of indent to produce.
|
Copyright © 2007–2019. All rights reserved.