JaCIL Framework API

ModuleTranslator.TranslateModuleSupportClasses Method 

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

public void TranslateModuleSupportClasses(
   IClassInfoSet classes
);

Parameters

classes
The set of class info to add to.

Implements

IModuleTranslator.TranslateModuleSupportClasses

Remarks

This is essentiall a no-op.

See Also

ModuleTranslator Class | JaCIL.Compiler.Standard.Translator Namespace