JaCIL Framework API

IInstructionContextFactory.CreateInstructionContext Method 

Creates a IInstructionContext for translation.

IInstructionContext CreateInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Instruction instruction
);

Parameters

methodContext
The method context of this module.
instrStream
The instruction stream enclosing this context.
locals
The mapping of the locals.
instruction
The Cecil instruction.

Return Value

The created context.

See Also

IInstructionContextFactory Interface | JaCIL.Compiler.Context Namespace