JaCIL Framework API

NewDupInstructionContext Constructor 

Creates the context.

public NewDupInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Ordinal ord,
   TypeReference type
);

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.
type
The type to create with NEW.

See Also

NewDupInstructionContext Class | JaCIL.Compiler.Standard.Context Namespace