Converts the given identifier to a legal Java identifier
Parameters: identifier - Identifier to convert Legal Java identifier corresponding to the given identifier
Converts the given path to a Java package or fully-qualified class name
Parameters: path - Path to convert Java package corresponding to the given path
mangleChar
final public static String mangleChar(char ch)(Code)
Mangle the specified character to create a legal Java class name.