JaCIL Framework API

SwitchInstructionTranslator.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

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