Exakat\Analyzer\Exceptions\Rethrown::analyze PHP Метод

analyze() публичный Метод

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Try')->outIs('CATCH')->outIs('VARIABLE')->savePropertyAs('code', 'rethrow')->inIs('VARIABLE')->outIs('BLOCK')->outIs('ELEMENT')->atomIs('Throw')->outIs('THROW')->samePropertyAs('code', 'rethrow')->back('first');
        $this->prepareQuery();
    }
Rethrown