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.
state - the state in which the expression is being evaluated
Return
the final value from the last piece of the compound expression