Returns the built node.
Stmt\Use_ The built node
Overrides Builder::getNode
public function getNode() : Node { return new Stmt\Use_([ new Node\UseItem($this->name, $this->alias), ], $this->type); }