class JexlObject : JexlValue
(source)
JEXL Object type.
JexlObject(vararg pairs: Pair<String, JexlValue>) JexlObject(value: Map<String, JexlValue>)
JEXL Object type. |
val value: Map<String, JexlValue> |
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 toString(): String |