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 intprivate Stringprivate intprivate 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
-
setSize
-
getSize
public int getSize() -
setType
-
getType
-
getIndent
-
format
private void format() -
toString
-