useYield = $useYield; } public function getNodeVisitors() : array { return [new YieldNotReadyNodeVisitor($this->useYield)]; } }