Class CLArray
- java.lang.Object
-
- androidx.constraintlayout.core.parser.CLElement
-
- androidx.constraintlayout.core.parser.CLContainer
-
- androidx.constraintlayout.core.parser.CLArray
-
public class CLArray extends CLContainer
-
-
Field Summary
-
Fields inherited from class androidx.constraintlayout.core.parser.CLElement
mContainer, mEnd, mStart, sBaseIndent, sMaxLine
-
-
Constructor Summary
Constructors Constructor Description CLArray(char[] content)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CLElementallocate(char[] content)protected java.lang.StringtoFormattedJSON(int indent, int forceIndent)protected java.lang.StringtoJSON()-
Methods inherited from class androidx.constraintlayout.core.parser.CLContainer
add, clear, get, get, getArray, getArray, getArrayOrCreate, getArrayOrNull, getBoolean, getBoolean, getFloat, getFloat, getFloatOrNaN, getInt, getInt, getObject, getObject, getObjectOrNull, getOrNull, getOrNull, getString, getString, getStringOrNull, getStringOrNull, has, names, put, putNumber, putString, remove, size, toString
-
Methods inherited from class androidx.constraintlayout.core.parser.CLElement
addIndent, content, getContainer, getDebugName, getEnd, getFloat, getInt, getLine, getStart, getStrClass, isDone, isStarted, notStarted, setContainer, setEnd, setLine, setStart
-
-
-
-
Method Detail
-
allocate
public static CLElement allocate(char[] content)
-
toFormattedJSON
protected java.lang.String toFormattedJSON(int indent, int forceIndent)- Overrides:
toFormattedJSONin classCLElement
-
-