JaCIL Framework API

IndirectionArgumentInstructionContext Constructor 

Creates the context.

public IndirectionArgumentInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Ordinal ord,
   StackObject pointer,
   MethodReference meth
);

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.
meth
The method reference of the constructor.

See Also

IndirectionArgumentInstructionContext Class | JaCIL.Compiler.Standard.Context Namespace