class JexlString : JexlValue
(source)
JEXL String type.
JexlString(value: String)
JEXL String type. |
val value: String |
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 |