JaCIL Framework API

TypeMapper.MapDescriptor Method

Returns the mapped Java type descriptor for the given stack pointer type.

Overload List

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);

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace