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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Function')->hasNoClassTrait()->outIs('NAME')->savePropertyAs('code', 'name')->back('first')->outIs('BLOCK')->atomInside('Functioncall')->hasNoIn('METHOD')->samePropertyAs('code', 'name', false)->back('first')->outIs('NAME');
        $this->prepareQuery();
    }
Recursive