Stores an additive expression consiting of a list of MultiplicativeExpression (contained in the children) separated by
operators ("+" "-") contained in the list of names.
Expression consisting of a list of UnaryExpression (contained in the children) separated by
operators ("*", "/" or "%") contained in the list of names.