JaCIL Framework API

InstructionTranslatorFactory.CreateArrayElementTranslator Method 

Returns a new array element instruction translator.

protected virtual IInstructionTranslator CreateArrayElementTranslator(
   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.

Return Value

Missing <returns> documentation for M:JaCIL.Compiler.Standard.Translator.InstructionTranslatorFactory.CreateArrayElementTranslator(JaCIL.Compiler.Context.IInstructionContext,System.Boolean,JaCIL.Compiler.Util.TypeMetrics)

Remarks

A derived class would override this if a different translator instance is desired.

See Also

InstructionTranslatorFactory Class | JaCIL.Compiler.Standard.Translator Namespace