JaCIL Framework API

LoadFieldAddressInstructionTranslator Constructor 

Creates the translator.

public LoadFieldAddressInstructionTranslator(
   IInstructionContext context,
   bool isStaticField
);

Parameters

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

See Also

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