Returns the pointer java class for the given pointer type. This is used to return the general pointer type.
Returns the pointer java class for the given pointer type. This is used to return the general pointer type.
public static string GetPointerClassName(StackPointerType);
Returns the pointer java class for the given type name.
public static string GetPointerClassName(string);
TypeMapper Class | JaCIL.Compiler.Util Namespace