JaCIL Framework API

ArrayElementInstructionTranslator Constructor 

Creates the translator.

public ArrayElementInstructionTranslator(
   IInstructionContext context,
   bool isStoreInstr,
   TypeMetrics targetMetrics
);

Parameters

context
The context of the translator.
isStoreInstr
Whether or not this is a store element or load element instruction.
targetMetrics
The metrics of the target type.

See Also

ArrayElementInstructionTranslator Class | JaCIL.Compiler.Standard.Translator.Instruction Namespace