JaCIL Framework API

MethodTranslator.ProcessHandler Method 

Processes the exception table specific instruction stream manipulations.

protected virtual void ProcessHandler(
   ref IInstructionStream start,
   HandlerTableItem item,
   IHandlerTable handlers,
   ILocalVariableTable locals
);

Parameters

start
The start of the instruction stream. This will be changed if the logical start changes.
item
The exception handler to process.
handlers
The exception table.
locals
The local variable table.

Remarks

A derived class should override this method for a non-standard behavior. This method is called with a re-calculated handler table.

See Also

MethodTranslator Class | JaCIL.Compiler.Standard.Translator Namespace