class JexlArray : JexlValue
(source)
JEXL Array type.
JexlArray(vararg elements: JexlValue) JexlArray(value: List<JexlValue>)
JEXL Array type. |
val value: List<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 |