JaCIL Framework API

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

Exceptions

Exception Type Condition
TranslationException Thrown if the use of the call instruction is invalid.

See Also

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