JaCIL Framework API

ITypeTranslator.TranslateTypeSupportClasses Method 

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

void TranslateTypeSupportClasses(
   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

ITypeTranslator Interface | JaCIL.Compiler.Translator Namespace