Exakat\Analyzer\Classes\ThisIsNotForStatic::analyze PHP Метод

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

public analyze ( )
    public function analyze()
    {
        // Check into Class
        $this->atomIs('Variable')->codeIs('$this')->goToFunction()->_as('result')->hasOut('STATIC')->goToClassTrait()->back('result');
        $this->prepareQuery();
    }
ThisIsNotForStatic