JaCIL Framework API

BranchBooleanInstructionTranslator Constructor 

Creates the translator.

public BranchBooleanInstructionTranslator(
   IInstructionContext context,
   bool isNonZero
);

Parameters

context
The context of the translator.
isNonZero
Whether or not we are going to compare against zero (false) or non-zero (true).

See Also

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