spring-framework / org.springframework.expression.spel.ast / OpDec

OpDec

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

Constructors

<init>

OpDec(pos: Int, postfix: Boolean, vararg operands: SpelNodeImpl)

Functions

getRightOperand

open fun getRightOperand(): SpelNodeImpl

getValueInternal

open fun getValueInternal(state: ExpressionState): TypedValue

toStringAST

open fun toStringAST(): String