JaCIL Framework API

InstructionTranslatorFactory.CreateInstructionTranslator Method 

Creates a IInstructionTranslator for translation.

public IInstructionTranslator CreateInstructionTranslator(
   IInstructionContext context
);

Parameters

context
The instruction context.

Return Value

The created translator.

Implements

IInstructionTranslatorFactory.CreateInstructionTranslator

Exceptions

Exception Type Condition
CompilerException Thrown if the translator could not be loaded.

See Also

InstructionTranslatorFactory Class | JaCIL.Compiler.Standard.Translator Namespace