Exakat\Analyzer\Php\YieldUsage::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Yield');
        $this->prepareQuery();
    }
YieldUsage