JaCIL Framework API

MethodTranslator.TranslateMethodSupportClasses Method 

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

public virtual void TranslateMethodSupportClasses(
   IClassInfoSet classes
);

Parameters

classes
The set of class info to add to.

Implements

IMethodTranslator.TranslateMethodSupportClasses

Remarks

This operation is a no-op.

See Also

MethodTranslator Class | JaCIL.Compiler.Standard.Translator Namespace