public abstract class Indenter
extends java.lang.Object
| Constructor and Description |
|---|
Indenter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
indent() |
abstract void |
newline() |
abstract void |
tab() |
abstract void |
untab() |