Exakat\Analyzer\Exceptions\ThrownExceptions::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Throw')->outIs('THROW');
        $this->prepareQuery();
    }
ThrownExceptions