public function addVisitor(NodeVisitorInterface $visitor) : void { $this->visitors[$visitor->getPriority()][] = $visitor; }