JaCIL Framework API

HandlerTable.CalculateLeaveSites Method (IInstructionStream)

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

public 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

Implements

IHandlerTable.CalculateLeaveSites

See Also

HandlerTable Class | JaCIL.Compiler.Instruction Namespace | HandlerTable.CalculateLeaveSites Overload List