Exakat\Analyzer\Php\ClosureThisSupport::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Function')->isLambda()->outIs('BLOCK')->atomInside('Variable')->codeIs('$this', true)->back('first');
        $this->prepareQuery();
    }
ClosureThisSupport