class JexlBoolean : JexlValue
(source)
JEXL Boolean type.
JexlBoolean(value: Boolean)
JEXL Boolean type. |
val value: Boolean |
fun compareTo(other: JexlValue): Int |
|
fun div(other: JexlValue): JexlValue |
|
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun plus(other: JexlValue): JexlValue |
|
fun times(other: JexlValue): JexlValue |
|
fun toBoolean(): Boolean |
|
fun toInt(): Int |
|
fun toString(): String |