JaCIL Framework API

TypeMapper.MapDescriptor Method (StackPointerType)

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

public static string MapDescriptor(
   StackPointerType pType
);

Parameters

pType
The pointer type.

Return Value

The descriptor for the underlying type.

Remarks

Namely this returns the underlying type of the given stack pointer type.

Exceptions

Exception Type Condition
StackStateException Thrown if the given type is NotPointer.

See Also

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