JaCIL Framework API

BranchBooleanInstructionTranslator.TranslateInstruction Method 

Translates the instruction associated with the context to a method.

public override void TranslateInstruction(
   MethodVisitor method
);

Parameters

method
The method visitor to add instructions to.

Implements

IInstructionTranslator.TranslateInstruction

See Also

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