Class Indentation
java.lang.Object
com.github.javaparser.printer.configuration.Indentation
This class defines the characteristics of an indentation: the type (space, tabs..) and the size (How many characters must be used to indent the code).
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private String
private int
private Indentation.IndentType
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_SIZE
private static final int DEFAULT_SIZE- See Also:
-
type
-
size
private int size -
formattedIndentation
-
-
Constructor Details
-
Indentation
-
Indentation
-
-
Method Details