JaCIL Framework API

InstructionTranslatorFactory.CreateSimpleBranchTranslator Method 

Returns a new simple branch instruction translator.

protected virtual IInstructionTranslator CreateSimpleBranchTranslator(
   IInstructionContext context
);

Parameters

context
The context of the translator

Return Value

The translator instance.

Remarks

A derived class would override this if a different translator instance is desired.

See Also

InstructionTranslatorFactory Class | JaCIL.Compiler.Standard.Translator Namespace