JaCIL Framework API

MethodContext.CreateHandlerTable Method 

Creates the handler table to be used by the traversal.

protected virtual IHandlerTable CreateHandlerTable(
   IInstructionStream root
);

Parameters

root
The root instruction stream object.

Return Value

The table used by the contexts.

Remarks

Derived classes can override this to provide another implementation of the handler table

See Also

MethodContext Class | JaCIL.Compiler.Context Namespace