Exakat\Analyzer\Structures\ForWithFunctioncall::analyze PHP Метод

analyze() публичный Метод

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