Exakat\Analyzer\Exceptions\CaughtExceptions::analyze PHP 메소드

analyze() 공개 메소드

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