Shorthand for node.visitBy(this).
node.visitBy(this)
@override T? visit(Node? node) => node!.visitBy(this);