Exakat\Analyzer\Php\ExponentUsage::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Power');
        $this->prepareQuery();
        $this->atomIs('Assignation')->tokenIs('T_POW_EQUAL');
        $this->prepareQuery();
    }
ExponentUsage