JaCIL Framework API

LocalBoxInitInstructionContext.TraverseInstruction Method 

Traverses an instruction context for translation. Will pop all arguments into local storage, emit a new/dup and then push all arguments from local storage.

public override 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.

Implements

IInstructionContext.TraverseInstruction

See Also

LocalBoxInitInstructionContext Class | JaCIL.Compiler.Standard.Context Namespace