JaCIL Framework API

FieldValueTypeInitInstructionContext Constructor 

Creates the context.

public FieldValueTypeInitInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Ordinal ord,
   bool isStatic
);

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.
isStatic
Whether or not this context should operate on static fields or instance fields.

See Also

FieldValueTypeInitInstructionContext Class | JaCIL.Compiler.Standard.Context Namespace