Member predicate Type::getQualifiedName
Gets the qualified name of this type, if any.
Only (defined) named types like io.Writer
have a qualified name. Basic types like int
,
pointer types like *io.Writer
, and other composite types do not have a qualified name.