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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('For')->outIs('FINAL')->atomInside('Functioncall')->back('first');
        $this->prepareQuery();
        $this->atomIs('For')->outIs('INCREMENT')->atomInside('Functioncall')->back('first');
        $this->prepareQuery();
    }
ForWithFunctioncall