Phan\Language\FQSEN\FullyQualifiedFunctionName::isClosure PHP Method

isClosure() public method

public isClosure ( ) : boolean
return boolean True if this FQSEN represents a closure
    public function isClosure() : bool
    {
        return preg_match('/^closure_/', $this->getName()) === 1;
    }