Compute the size of the expression based on the number of nodes in its tree.
@override int size() => expression.size();