Checks whether the name is explicitly relative to the current namespace. (E.g. namespace\Name)
bool Whether the name is relative
Overrides Name::isRelative
public function isRelative() : bool { return true; }