Phan\Analysis\Analyzable::hasNode PHP Method

hasNode() public method

public hasNode ( ) : boolean
return boolean True if we have a node defined on this object
    public function hasNode() : bool
    {
        return !empty($this->node);
    }