JaCIL Framework API

IInstructionTranslator.TranslateInstructionSupportMembers Method 

Creates any class members associated with the translator's instruction context.

void TranslateInstructionSupportMembers(
   ClassInfo info
);

Parameters

info
The class info to translate additional members to.

Remarks

The intent of this method is to generate synthetic members that are needed to support a translated instruction. It may be likely that the implementation is empty for most cases.

See Also

IInstructionTranslator Interface | JaCIL.Compiler.Translator Namespace