open class OpDec : Operator
Decrement operator. Can be used in a prefix or postfix form. This will throw appropriate exceptions if the operand in question does not support decrement.
Author
Andy Clement
Author
Juergen Hoeller
Author
Giovanni Dall'Oglio Risso
Since
3.2
OpDec(pos: Int, postfix: Boolean, vararg operands: SpelNodeImpl) |
open fun getRightOperand(): SpelNodeImpl |
|
open fun getValueInternal(state: ExpressionState): TypedValue |
|
open fun toStringAST(): String |