HandlerTable
|
Overloaded. Initializes a new instance of the HandlerTable class. |
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. |
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. |
ToString
|
Returns a string representation of the table. |
HandlerTable Class | JaCIL.Compiler.Instruction Namespace