JaCIL Framework API

IInstructionTranslator.TranslateInstructionSupportClasses Method 

Creates any Java classes associated with the translator's instruction context.

void TranslateInstructionSupportClasses(
   IClassInfoSet classes
);

Parameters

classes
The set of class info to add to.

Remarks

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

See Also

IInstructionTranslator Interface | JaCIL.Compiler.Translator Namespace