public static class Code.EmptyFormatter extends PrettyFormaterImpl implements Formatter<Code>
| Constructor and Description |
|---|
EmptyFormatter() |
EmptyFormatter(boolean useNl,
int indentSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canApply(Code value) |
java.lang.String |
format(Code value) |
void |
setIndentSize(int indentSize) |
void |
setUseNl(boolean useNl) |
append, build, indent, nl, pop, push, unindentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetpublic EmptyFormatter()
public EmptyFormatter(boolean useNl,
int indentSize)
public void setIndentSize(int indentSize)
setIndentSize in interface PrettyFormattersetIndentSize in class PrettyFormaterImplpublic void setUseNl(boolean useNl)
setUseNl in interface PrettyFormattersetUseNl in class PrettyFormaterImpl