Exakat\Analyzer\Functions\IsGenerator::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Function')->outIs('BLOCK')->atomInside(array('Yield', 'Yieldfrom'))->back('first');
        $this->prepareQuery();
    }
IsGenerator