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.
public IList CalculateLeaveSites(IInstructionStream);
Returns the HandlerTableItem objects for the finally/fault handlers from the given instruction that should be visited before going to the target.
public IList CalculateLeaveSites(IInstructionStream,IInstructionStream);
HandlerTable Class | JaCIL.Compiler.Instruction Namespace