Creates a constant use builder.
Node\Name|string $name Name of the const to alias:
Builder\Use_ The created use const builder
public function useConst($name) : Builder\Use_ { return new Builder\Use_($name, Use_::TYPE_CONSTANT); }