JaCIL Framework API

MethodContext.CreateLocalVariableTable Method 

Creates the local variable table mapping to be used by the traversal.

protected virtual ILocalVariableTable CreateLocalVariableTable();

Return Value

The table used by the contexts.

Remarks

Derived classes can override this to provide another implementation of the local variable tables

See Also

MethodContext Class | JaCIL.Compiler.Context Namespace