Name used for infos of class exports
Name used for infos of class exports
These currently are exported constructors and top level exports)
TODO give this a better name once we can break backwards compat.
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.ReferenceType, such as in an encoded method signature.
Encodes a class name.