JaCIL Framework API

IInstructionContext.TraverseInstruction Method 

Traverses an instruction context for translation.

void TraverseInstruction(
   MethodVisitor meth,
   ClassInfo info,
   IClassInfoSet classes
);

Parameters

meth
The method visitor to append to.
info
The ClassInfo for the current type being translated.
classes
The set of classes that were translated.

See Also

IInstructionContext Interface | JaCIL.Compiler.Context Namespace