Returns the mapped Java type descriptor for the given stack pointer type.
Returns the mapped Java type descriptor for the given stack pointer type.
public static string MapDescriptor(StackPointerType);
Returns the mapped Java type descriptor for the given type name.
public static string MapDescriptor(TypeReference);
Returns the mapped Java type descriptor for the given type name.
public static string MapDescriptor(string);
TypeMapper Class | JaCIL.Compiler.Util Namespace