toJvmInternalName

Converts this to a JVM internal name of the class, where package names are separated by '/', and class names are separated by '$', for example: "org/foo/bar/Baz.Nested" ->"org/foo/bar/Baz$Nested"