Method Summary |
|
public static Enumeration | getNames() Get an enumeration of distinct obfuscated names for all namespaces. |
abstract protected String | getNextName(String descriptor) Return the next unique name for this namespace, differing only for identical arg-lists. |
public static Enumeration | getUseCounts() Get an enumeration of use count for distinct obfuscated names for all namespaces. |
public String | nextName(String descriptor) Return the next unique name for this namespace, differing only for identical arg-lists. |