Exakat\Analyzer\Classes\ThisIsNotForStatic::analyze PHP Method

analyze() public method

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