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

OperatorPower

open class OperatorPower : Operator

The power operator.

Author
Andy Clement

Author
Giovanni Dall'Oglio Risso

Since
3.0

Constructors

<init>

OperatorPower(pos: Int, vararg operands: SpelNodeImpl)

Functions

getValueInternal

open fun getValueInternal(state: ExpressionState): TypedValue