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

analyze() public method

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