JaCIL Framework API

IndirectionInstructionContext Constructor 

Creates the context.

public IndirectionInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Ordinal ord,
   StackObject pointer
);

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.
pointer
The stack object pointer to do indirection on.

See Also

IndirectionInstructionContext Class | JaCIL.Compiler.Standard.Context Namespace