qtil
advanced-security/qtil-java 0.0.3
Search

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.

string getQualifiedName()