JaCIL Framework API

ITranslatorProfile Interface

Represents a profile for the translators to use by the contexts.

For a list of all members of this type, see ITranslatorProfile Members.

public interface ITranslatorProfile

Types that implement ITranslatorProfile

Type Description
TranslatorProfile The standard translator profile.

Remarks

The separation of contexts and translators was done for maximum flexibility, but invariably aspects of a translator profile will be linked to the targeted context profile. Implementors should attempt to keep such coupling to a minimum.

Requirements

Namespace: JaCIL.Compiler.Translator

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

ITranslatorProfile Members | JaCIL.Compiler.Translator Namespace