Returns the HandlerTableItem objects for the finally handlers that have protected blocks containing the given instruction.
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);
IHandlerTable Interface | JaCIL.Compiler.Instruction Namespace