Returns the mapped Java class name for the given Cecil type.
Returns the mapped Java class name for the given Cecil type.
public static string MapClassName(TypeReference);
Returns the mapped Java class name for the given type name.
public static string MapClassName(string);
TypeMapper Class | JaCIL.Compiler.Util Namespace