Serializable
public class TabLevel extends Object implements Serializable
Modifier and Type | Field | Description |
---|---|---|
static int |
TABSIZE_IN_SPACES |
If using spaces mode, the number of space characters to use for a single tab (defaults to 4)
|
Constructor | Description |
---|---|
TabLevel() |
|
TabLevel(boolean useSpaces) |
|
TabLevel(int level) |
|
TabLevel(int level,
boolean useSpaces) |
Modifier and Type | Method | Description |
---|---|---|
void |
add() |
|
int |
getLevel() |
|
String |
newLine() |
|
StringBuilder |
newLine(StringBuilder sb) |
|
void |
sub() |
|
String |
toString() |
public static final int TABSIZE_IN_SPACES
public TabLevel()
public TabLevel(boolean useSpaces)
public TabLevel(int level)
public TabLevel(int level, boolean useSpaces)
public void add()
public void sub()
public int getLevel()
public StringBuilder newLine(StringBuilder sb)
public String newLine()
Copyright © 2018. All rights reserved.