public class StdIndenter extends Indenter
| Modifier and Type | Class and Description |
|---|---|
static class |
StdIndenter.Factory |
| Modifier and Type | Field and Description |
|---|---|
protected int |
indent_level |
protected java.io.PrintWriter |
pw |
protected int |
tab_step |
| Constructor and Description |
|---|
StdIndenter(java.io.PrintWriter pw) |
| Modifier and Type | Method and Description |
|---|---|
void |
indent() |
void |
newline() |
void |
tab() |
void |
untab() |