JaCIL Framework API

TypeTranslatorFactory.CreateTypeTranslator Method 

Creates a ITypeTranslator for translation.

public ITypeTranslator CreateTypeTranslator(
   ITypeContext context
);

Parameters

context
The type context to create the translator under.

Return Value

The created translator.

Implements

ITypeTranslatorFactory.CreateTypeTranslator

See Also

TypeTranslatorFactory Class | JaCIL.Compiler.Standard.Translator Namespace