android-components / mozilla.components.lib.jexl.value / JexlObject

JexlObject

class JexlObject : JexlValue (source)

JEXL Object type.

Constructors

<init>

JexlObject(vararg pairs: Pair<String, JexlValue>)JexlObject(value: Map<String, JexlValue>)

JEXL Object type.

Properties

value

val value: Map<String, JexlValue>

Functions

compareTo

fun compareTo(other: JexlValue): Int

div

fun div(other: JexlValue): JexlValue

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

plus

fun plus(other: JexlValue): JexlValue

times

fun times(other: JexlValue): JexlValue

toBoolean

fun toBoolean(): Boolean

toString

fun toString(): String