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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('For')->outIs(array('INIT', 'INCREMENT', 'FINAL'))->isNot('count', 1)->back('first');
        $this->prepareQuery();
    }
SequenceInFor