JaCIL Framework API

LocalBoxInitInstructionContext Constructor 

Creates the context.

public LocalBoxInitInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Ordinal ord
);

Parameters

methodContext
The enclosing method context.
instrStream
The instruction stream enclosing this context.
locals
The mapping of the locals.
ord
The ordinal of the synthetic context.

See Also

LocalBoxInitInstructionContext Class | JaCIL.Compiler.Standard.Context Namespace