Exakat\Analyzer\Structures\MultipleCatch::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Try')->isMore('count', 1);
        $this->prepareQuery();
    }
MultipleCatch