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

OpInc

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

Constructors

<init>

OpInc(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