Transform a java class name into the typed variant found in DEX files. example:: >>> FormatClassToJava('java.lang.Object') 'Ljava/lang/Object;' :param i: the input class name :rtype: str
(i)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected