JaCIL Framework API

BaseInstructionTranslator.TranslateInstruction Method 

Translates the instruction associated with the context to a method.

public abstract void TranslateInstruction(
   MethodVisitor method
);

Parameters

method
The method visitor to add instructions to.

Implements

IInstructionTranslator.TranslateInstruction

Remarks

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

See Also

BaseInstructionTranslator Class | JaCIL.Compiler.Translator Namespace