Creates a name use (alias) builder.
Node\Name|string $name Name of the entity (namespace, class, function, constant) to alias:
Stmt\Use_::TYPE_* $type One of the Stmt\Use_::TYPE_* constants:
public function __construct($name, int $type) { $this->name = BuilderHelpers::normalizeName($name); $this->type = $type; }