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 -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Indentation
-
Indentation
-
-
Method Details
-
setSize
-
getSize
public int getSize() -
setType
-
getType
-
getIndent
-
toString
-