Exakat\Analyzer\Exceptions\OverwriteException::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Try')->outIs('CATCH')->_as('result')->outIs('VARIABLE')->savePropertyAs('code', 'exception')->inIs('VARIABLE')->outIs('BLOCK')->atomInside('Variable')->samePropertyAs('code', 'exception')->analyzerIs('Variables/IsModified')->back('result');
        $this->prepareQuery();
    }
OverwriteException