class CLArray : CLContainer


Summary

Public constructors

CLArray(content: CharArray!)

Public functions

java-static CLElement!
allocate(content: CharArray!)

Protected functions

String!
toFormattedJSON(indent: Int, forceIndent: Int)
String!

Inherited functions

From androidx.constraintlayout.core.parser.CLContainer
Unit
add(element: CLElement!)
Unit
CLContainer
Boolean
equals(obj: Any!)
CLElement!
get(index: Int)

//////////////////////////////////////////////////////////////////////

CLElement!
get(name: String!)

//////////////////////////////////////////////////////////////////////

CLArray!
getArray(index: Int)
CLArray!
getArray(name: String!)
CLArray!
CLArray!
Boolean
getBoolean(index: Int)
Boolean
Float
getFloat(index: Int)
Float
getFloat(name: String!)
Float
Int
getInt(index: Int)
Int
getInt(name: String!)
CLObject!
getObject(index: Int)
CLObject!
getObject(name: String!)
CLObject!
CLElement!
getOrNull(index: Int)

//////////////////////////////////////////////////////////////////////

CLElement!
getOrNull(name: String!)

//////////////////////////////////////////////////////////////////////

String!
getString(index: Int)
String!
getString(name: String!)
String!
String!
Boolean
has(name: String!)
Int
ArrayList<String!>!
Unit
put(name: String!, value: CLElement!)
Unit
putNumber(name: String!, value: Float)
Unit
putString(name: String!, value: String!)
Unit
remove(name: String!)
Int
String!
From androidx.constraintlayout.core.parser.CLElement
Unit
addIndent(builder: StringBuilder!, indent: Int)
CLElement
String!
Boolean
equals(o: Any!)
CLElement!
String!
Long

The character index this element was ended on

Float
Int
Int

get the line Number

Long

The character index this element was started on

String!
Boolean

Whether this element has any valid content defined.

Boolean
Boolean
Boolean
Unit
Unit
setEnd(end: Long)
Unit
setLine(line: Int)
Unit
setStart(start: Long)

Public constructors

CLArray

Added in 1.1.1
CLArray(content: CharArray!)

Public functions

allocate

Added in 1.1.1
java-static fun allocate(content: CharArray!): CLElement!

Protected functions

toFormattedJSON

protected fun toFormattedJSON(indent: Int, forceIndent: Int): String!

toJSON

protected fun toJSON(): String!