class CLKey : CLContainer


Summary

Public constructors

CLKey(content: CharArray!)

Public functions

java-static CLElement!
allocate(content: CharArray!)
java-static CLElement!
allocate(name: String!, value: CLElement!)
Boolean
equals(obj: Any!)
String!
CLElement!
Int
Unit
set(value: CLElement!)

Protected functions

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

Inherited functions

From androidx.constraintlayout.core.parser.CLContainer
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

CLKey

Added in 1.1.0-alpha13
CLKey(content: CharArray!)

Public functions

allocate

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

allocate

Added in 1.1.0-alpha13
java-static fun allocate(name: String!, value: CLElement!): CLElement!

equals

fun equals(obj: Any!): Boolean

getName

Added in 1.1.0-alpha13
fun getName(): String!

getValue

Added in 1.1.0-alpha13
fun getValue(): CLElement!

hashCode

fun hashCode(): Int

set

Added in 1.1.0-alpha13
fun set(value: CLElement!): Unit

Protected functions

toFormattedJSON

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

toJSON

protected fun toJSON(): String!