JaCIL Framework API

IHandlerTable.CalculateLeaveSites Method (IInstructionStream)

Returns the HandlerTableItem objects for the finally handlers that have protected blocks containing the given instruction.

IList CalculateLeaveSites(
   IInstructionStream source
);

Parameters

source
The instruction from which the handlers are to be calculated from.

Return Value

A list of HandlerTableItem that must be visited when going from source to target

See Also

IHandlerTable Interface | JaCIL.Compiler.Instruction Namespace | IHandlerTable.CalculateLeaveSites Overload List