JaCIL Framework API

IHandlerTable Members

IHandlerTable overview

Public Instance Properties

AllHandlers Returns the HandlerTableItem objects for every handler.
CatchHandlers Returns the HandlerTableItem objects for each catch handler in the table.
FinallyHandlers Returns the HandlerTableItem objects for each finally handlers.

Public Instance Methods

CalculateHandlerDepth Returns the depth of handlers that the given instruction stream is located in.
CalculateLeaveSites Overloaded. Returns the HandlerTableItem objects for the finally handlers that have protected blocks containing the given instruction.

See Also

IHandlerTable Interface | JaCIL.Compiler.Instruction Namespace