Implements some name resolution mechanism. Typical
ways to resolve a name is through aliasing or expanding
based on a prefix, but this interface mandates no constraints
except that the resolution should either produce a new name or
return its input parameter as is.
Implements some name resolution mechanism. Typical ways to resolve a name is through aliasing or expanding based on a prefix, but this interface mandates no constraints except that the resolution should either produce a new name or return its input parameter as is.