Exakat\Analyzer\Structures\toStringThrowsException::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Function')->outIs('NAME')->analyzerIs('Classes/MethodDefinition')->codeIs('__toString', true)->inIs('NAME')->outIs('BLOCK')->atomInside('Throw')->hasNoTryCatch()->back('first');
        $this->prepareQuery();
    }
toStringThrowsException