JaCIL Framework API

MethodTranslator.TranslateExceptionTable Method 

Translates the exception table.

public void TranslateExceptionTable(
   MethodVisitor method,
   IHandlerTable handlers
);

Parameters

method
The method visitor to add exception table entries to.
handlers
The handler table to use to manipulate the stream if necessary.

Implements

IMethodTranslator.TranslateExceptionTable

See Also

MethodTranslator Class | JaCIL.Compiler.Standard.Translator Namespace