Visits the immediate children of this node.
@override forEach(callback) { if (expression != null) callback(expression!); body.forEach(callback); }