java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Assign
All Implemented Interfaces:
Opcodes, SpelNode

public class Assign extends SpelNodeImpl
Represents assignment. An alternative to calling setValue for an expression which indicates an assign statement.

Example: 'someNumberProperty=42'

Since:
3.0
Author:
Andy Clement