public class NullIndenter extends Indenter
| Modifier and Type | Class and Description |
|---|---|
static class |
NullIndenter.Factory |
| Modifier and Type | Field and Description |
|---|---|
static NullIndenter.Factory |
FACTORY |
static NullIndenter |
INSTANCE |
| Constructor and Description |
|---|
NullIndenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
indent() |
void |
newline() |
void |
tab() |
void |
untab() |
public static final NullIndenter INSTANCE
public static final NullIndenter.Factory FACTORY