JaCIL Framework API

BaseInstructionContext Constructor 

Creates the context.

protected BaseInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Instruction instruction,
   Ordinal ordinal
);

Parameters

methodContext
The enclosing method context.
instrStream
The instruction stream enclosing this context. This will set the stream to this context as well.
locals
The mapping of the locals.
instruction
The instruction representing this context.
ordinal
The ordinal representing the relative position in the instruction stream.

See Also

BaseInstructionContext Class | JaCIL.Compiler.Context Namespace