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

JexlArray

class JexlArray : JexlValue (source)

JEXL Array type.

Constructors

<init>

JexlArray(vararg elements: JexlValue)JexlArray(value: List<JexlValue>)

JEXL Array type.

Properties

value

val value: List<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