@override T visitBoxed(BoxedNode node) { for (final item in node.content) { visit(item); } return defaultVisit(node); }