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