JaCIL Framework API

IFieldTranslator.TranslateFieldSupportClasses Method 

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

void TranslateFieldSupportClasses(
   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 type. It may be likely that the implementation is empty.

See Also

IFieldTranslator Interface | JaCIL.Compiler.Translator Namespace