spring-framework / org.springframework.expression.spel.ast / CompoundExpression / getValueInternal

getValueInternal

open fun getValueInternal(state: ExpressionState): TypedValue

Evaluates a compound expression. This involves evaluating each piece in turn and the return value from each piece is the active context object for the subsequent piece.

Parameters

state - the state in which the expression is being evaluated

Return
the final value from the last piece of the compound expression