NodeVisitorInterface[]
public function getNodeVisitors() : array { if (!$this->initialized) { $this->initExtensions(); } return $this->visitors; }