JaCIL Framework API

TypeMapper.GetPointerClassName Method

Returns the pointer java class for the given pointer type. This is used to return the general pointer type.

Overload List

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

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace