JaCIL Framework API

IndirectOperationInstructionTranslator Constructor 

Creates the translator.

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

Parameters

context
The context of the translator.
isStoreInstr
Whether this is for indirect store or indirect load.
targetMetrics
The target type metrics. Null if no conversion is to take place (i.e. reference)

See Also

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