CLObject
class CLObject : CLContainer, Iterable
kotlin.Any | |||
↳ | androidx.constraintlayout.core.parser.CLElement | ||
↳ | androidx.constraintlayout.core.parser.CLContainer | ||
↳ | androidx.constraintlayout.core.parser.CLObject |
Summary
Public functions |
|
---|---|
java-static CLObject! |
Allocate a CLObject around an array of chars |
CLObject |
clone() |
(Mutable)Iterator<CLKey!>! |
iterator() |
String! |
Returns a object as a formatted JSON5 String |
String! |
toFormattedJSON(indent: Int, forceIndent: Int) Returns as a formatted JSON5 String with an indentation |
String! |
toJSON() Returns objet as a JSON5 String |
Inherited properties |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Public functions
allocate
Added in 1.1.1
java-static fun allocate(content: CharArray!): CLObject!
Allocate a CLObject around an array of chars
toFormattedJSON
Added in 1.1.1
fun toFormattedJSON(): String!
Returns a object as a formatted JSON5 String
toFormattedJSON
Added in 1.1.1
fun toFormattedJSON(indent: Int, forceIndent: Int): String!
Returns as a formatted JSON5 String with an indentation