The class of things returned by ClassOf and GetClass.
The set of all hijacked classes.
java.lang.Object, the root of the class hierarchy.
The set of all primitive classes.
Name of the static initializer method.
Decodes a class name encoded with encodeClassName.
Decodes a method name into its full signature.
Decodes a method name into its full signature.
This discards the information whether the method is private or not, and
at which class level it is private. If necessary, you can recover that
information from encodedName.indexOf("p") >= 0.
Decodes a Types.TypeRef, such as in an encoded method signature.
Encodes a class name.