Phan\Analysis\Analyzable::getNode PHP Method

getNode() public method

public getNode ( ) : ast\Node
return ast\Node The AST node associated with this object
    public function getNode() : Node
    {
        return $this->node;
    }