JaCIL Framework API

InstructionContext Constructor 

Creates the context.

public InstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Instruction instruction
);

Parameters

methodContext
The enclosing method context.
instrStream
The instruction stream enclosing this context.
locals
The mapping of the locals.
instruction
The instruction representing this context. Should not be null as the ordinal is derived from this.

See Also

InstructionContext Class | JaCIL.Compiler.Standard.Context Namespace