JaCIL Framework API

IMethodTranslator.TranslateExceptionTable Method 

Translates the exception table.

void TranslateExceptionTable(
   MethodVisitor method,
   IHandlerTable handlers
);

Parameters

method
The method visitor to add exception table entries to.
handlers
The handler table to use.

Remarks

This should be invoked after the instruction stream translation takes place and should not augment the instruction stream.

See Also

IMethodTranslator Interface | JaCIL.Compiler.Translator Namespace