Member predicate MemberType::getQualifiedName
Gets the qualified name of this member type.
The qualified name consists of the package name, a ., the name of the declaring
type (which might be a nested or member type as well), followed by a $ and the
name of this member type. For example: java.lang.Thread$State.