Shorthand for node.visitBy(this).
node.visitBy(this)
T? visit(Node node, A arg) => node.visitBy1(this, arg);