JaCIL Framework API

InstructionTranslatorFactory.CreateFieldTranslator Method 

Returns a new field instruction translator.

protected virtual IInstructionTranslator CreateFieldTranslator(
   IInstructionContext context,
   int jvmInstruction
);

Parameters

context
The context of the translator
jvmInstruction
The get/put JVM instruction to use.

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