@override void visitBinary(Binary ast, C context) { ast.left.visit(this, context); ast.right.visit(this, context); }