Searched refs:IndentType (Results 1 – 3 of 3) sorted by relevance
28 import static com.github.javaparser.printer.PrettyPrinterConfiguration.IndentType.SPACES;38 public enum IndentType { enum in PrettyPrinterConfiguration81 private IndentType indentType = SPACES;128 public IndentType getIndentType() { in getIndentType()135 public PrettyPrinterConfiguration setIndentType(IndentType indentType) { in setIndentType()
25 import com.github.javaparser.printer.PrettyPrinterConfiguration.IndentType;40 private final IndentType indentType;
40 import static com.github.javaparser.printer.PrettyPrinterConfiguration.IndentType.TABS;41 import static com.github.javaparser.printer.PrettyPrinterConfiguration.IndentType.TABS_WITH_SPACE_A…