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

Assign

open class Assign : SpelNodeImpl

Represents assignment. An alternative to calling setValue() for an expression is to use an assign.

Example: 'someNumberProperty=42'

Author
Andy Clement

Since
3.0

Constructors

<init>

Assign(pos: Int, vararg operands: SpelNodeImpl)

Functions

getValueInternal

open fun getValueInternal(state: ExpressionState): TypedValue

toStringAST

open fun toStringAST(): String