Create a traverser with the given visitors.
NodeVisitor ...$visitors Node visitors:
public function __construct(NodeVisitor ...$visitors) { $this->visitors = $visitors; }