Expression
An Expression is a ValueSpecification that represents a node in a tree structure. Each node in this tree structure consists of a symbol and an optional set of operands representing the subnodes of the expression in the tree structure. If there are operands, the Expression represents the operator given by the symbol applied to those operands.
UML defines neither which kind of symbols should be used, nor how the expression is computed.