Visits the immediate children of this node.
@override forEach(callback) { for (Expression? exp in expressions) { if (exp != null) { callback(exp); } } }