public static class Indent.Type
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Indent.Type |
CONTINUATION |
static Indent.Type |
CONTINUATION_WITHOUT_FIRST |
static Indent.Type |
LABEL |
static Indent.Type |
NONE |
static Indent.Type |
NORMAL |
static Indent.Type |
SPACES |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final Indent.Type SPACES
public static final Indent.Type NONE
public static final Indent.Type LABEL
public static final Indent.Type NORMAL
public static final Indent.Type CONTINUATION
public static final Indent.Type CONTINUATION_WITHOUT_FIRST