JaCIL Framework API

HandlerRefStoreInstructionContext Constructor 

Creates the context.

public HandlerRefStoreInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Ordinal ord,
   bool duplicate,
   bool routine,
   int depth
);

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.
duplicate
Whether or not to duplicate the top item on the stack before the store op.
routine
Whether or not this is a routine handler (i.e. finally)
depth
The relative depth of the handler.

See Also

HandlerRefStoreInstructionContext Class | JaCIL.Compiler.Standard.Context Namespace