JaCIL Framework API

BaseInstructionTranslator.TranslateInstructionSupportClasses Method 

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

public virtual void TranslateInstructionSupportClasses(
   IClassInfoSet classes
);

Parameters

classes
The set of class info to add to.

Implements

IInstructionTranslator.TranslateInstructionSupportClasses

Remarks

This implementation is a no-op.

See Also

BaseInstructionTranslator Class | JaCIL.Compiler.Translator Namespace