JaCIL Framework API

TypeMapper.GetPointerClassName Method (StackPointerType)

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

public static string GetPointerClassName(
   StackPointerType type
);

Parameters

type
The pointer type.

Return Value

The name of the pointer class.

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace | TypeMapper.GetPointerClassName Overload List