JaCIL Framework API

BaseInstructionTranslator.TranslateInstructionSupportMembers Method 

Creates any class members associated with the translator's instruction context.

public virtual void TranslateInstructionSupportMembers(
   ClassInfo info
);

Parameters

info
The class info to translate additional members to.

Implements

IInstructionTranslator.TranslateInstructionSupportMembers

Remarks

This implementation is a no-op

See Also

BaseInstructionTranslator Class | JaCIL.Compiler.Translator Namespace