JaCIL Framework API

IHandlerTable.CalculateLeaveSites Method

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

Overload List

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

IList CalculateLeaveSites(IInstructionStream);

Returns the HandlerTableItem objects for the finally handlers from the given instruction that should be visited before going to the target.

IList CalculateLeaveSites(IInstructionStream,IInstructionStream);

See Also

IHandlerTable Interface | JaCIL.Compiler.Instruction Namespace