JaCIL Framework API

InstructionTranslatorFactory.CreateLoadFieldAddressTranslator Method 

Returns a new field address load translator.

protected virtual IInstructionTranslator CreateLoadFieldAddressTranslator(
   IInstructionContext context,
   bool isStaticField
);

Parameters

context
The context of the translator
isStaticField
Whether or not the field is static

Return Value

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

Remarks

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

See Also

InstructionTranslatorFactory Class | JaCIL.Compiler.Standard.Translator Namespace