JaCIL Framework API

HandlerTable.CalculateHandlerDepth Method 

Returns the depth of handlers that the given instruction stream is located in.

public int CalculateHandlerDepth(
   IInstructionStream instr
);

Parameters

instr
The instruction stream object to determine depth for.

Return Value

Returns the depth of the given instruction with regard to catch handlers.

Implements

IHandlerTable.CalculateHandlerDepth

See Also

HandlerTable Class | JaCIL.Compiler.Instruction Namespace