JaCIL Framework API

AssemblyTranslator.TranslateAssemblySupportClasses Method 

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

public void TranslateAssemblySupportClasses(
   IClassInfoSet classes
);

Parameters

classes
The set of class info to add to.

Implements

IAssemblyTranslator.TranslateAssemblySupportClasses

Remarks

This is essentially a no-op.

See Also

AssemblyTranslator Class | JaCIL.Compiler.Standard.Translator Namespace