JaCIL Framework API

ITypeTranslatorFactory.CreateTypeTranslator Method 

Creates a ITypeTranslator for translation.

ITypeTranslator CreateTypeTranslator(
   ITypeContext context
);

Parameters

context
The type context to create the translator under.

Return Value

The created translator.

See Also

ITypeTranslatorFactory Interface | JaCIL.Compiler.Translator Namespace