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

JexlBoolean

class JexlBoolean : JexlValue (source)

JEXL Boolean type.

Constructors

<init>

JexlBoolean(value: Boolean)

JEXL Boolean type.

Properties

value

val value: Boolean

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

toInt

fun toInt(): Int

toString

fun toString(): String