JaCIL Framework API

IInstructionTranslator.TranslateInstruction Method 

Translates the instruction associated with the context to a method.

void TranslateInstruction(
   MethodVisitor method
);

Parameters

method
The method visitor to add instructions to.

Remarks

This method's implemention should insert into the visitor's stream the appropriate java instructions for this one.

See Also

IInstructionTranslator Interface | JaCIL.Compiler.Translator Namespace