JaCIL Framework API

BranchCompareInstructionTranslator Constructor 

Creates the translator.

public BranchCompareInstructionTranslator(
   IInstructionContext context,
   Compare compareOp,
   bool isBranchOp,
   bool isUnsigned
);

Parameters

context
The context of the translator.
compareOp
The comparison operation.
isBranchOp
The comparison operation.
isUnsigned
The comparison is unsigned or unordered.

See Also

BranchCompareInstructionTranslator Class | JaCIL.Compiler.Standard.Translator.Instruction Namespace