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

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

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Catch')->outIs('CLASS');
        $this->prepareQuery();
    }
CaughtExceptions