JaCIL Framework API

HandlerCatchJumpInstructionContext Constructor 

Creates the context.

public HandlerCatchJumpInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Ordinal ord,
   int depth,
   Label jumpTarget
);

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.
depth
The relative depth of the handler.
jumpTarget
The jump target.

See Also

HandlerCatchJumpInstructionContext Class | JaCIL.Compiler.Standard.Context Namespace