public class CLToken extends CLElement
BASE_INDENT, end, MAX_LINE, mContainer, start| Constructor and Description |
|---|
CLToken(char[] content) |
| Modifier and Type | Method and Description |
|---|---|
static CLElement |
allocate(char[] content) |
boolean |
getBoolean() |
androidx.constraintlayout.core.parser.CLToken.Type |
getType() |
boolean |
isNull() |
protected java.lang.String |
toFormattedJSON(int indent,
int forceIndent) |
protected java.lang.String |
toJSON() |
boolean |
validate(char c,
long position) |
addIndent, content, getContainer, getDebugName, getEnd, getFloat, getInt, getLine, getStart, getStrClass, isDone, isStarted, notStarted, setContainer, setEnd, setLine, setStart, toStringpublic boolean getBoolean()
throws CLParsingException
CLParsingExceptionpublic boolean isNull()
throws CLParsingException
CLParsingExceptionpublic static CLElement allocate(char[] content)
protected java.lang.String toFormattedJSON(int indent,
int forceIndent)
toFormattedJSON in class CLElementpublic androidx.constraintlayout.core.parser.CLToken.Type getType()
public boolean validate(char c,
long position)