JaCIL Framework API

InstructionTranslatorFactory.CreateConvTranslator Method 

Returns a new conversion instruction translator.

protected virtual IInstructionTranslator CreateConvTranslator(
   IInstructionContext context,
   TypeMetrics target
);

Parameters

context
The context of the translator
target
The target metrics

Return Value

The translator instance.

Remarks

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

See Also

InstructionTranslatorFactory Class | JaCIL.Compiler.Standard.Translator Namespace