Exakat\Analyzer\Analyzer::isNotLambda PHP Method

isNotLambda() public method

public isNotLambda ( )
    public function isNotLambda()
    {
        $this->hasNoChildren('Void', 'NAME');
        return $this;
    }
Analyzer