@override Future<dynamic> visitDocumentAsync(Document node) async { return await evaluateNodesAsync(node.children); }