Exakat\Analyzer\Classes\ThrowInDestruct::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Class')->outIs('BLOCK')->outIs('ELEMENT')->atomIs('Function')->outIs('NAME')->codeIs('__destruct')->inIs('NAME')->outIs('BLOCK')->atomInside('Throw')->back('first');
        $this->prepareQuery();
    }
ThrowInDestruct