public class CLString extends CLElement
BASE_INDENT, end, MAX_LINE, mContainer, start| Constructor and Description |
|---|
CLString(char[] content) |
| Modifier and Type | Method and Description |
|---|---|
static CLElement |
allocate(char[] content) |
protected java.lang.String |
toFormattedJSON(int indent,
int forceIndent) |
protected java.lang.String |
toJSON() |
addIndent, content, getContainer, getDebugName, getEnd, getFloat, getInt, getLine, getStart, getStrClass, isDone, isStarted, notStarted, setContainer, setEnd, setLine, setStart, toStringpublic static CLElement allocate(char[] content)
protected java.lang.String toFormattedJSON(int indent,
int forceIndent)
toFormattedJSON in class CLElement