Exakat\Analyzer\Exceptions\CaughtExceptions::analyze PHP Méthode

analyze() public méthode

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