JaCIL Framework API

InstructionStream.Insert Method 

Inserts an instruction before this one. This call adjusts the next, previous and sources pointers of this instruction. Sources are adjusted to refer to the given instruction. The target pointers are not changed.

public void Insert(
   IInstructionStream instr
);

Parameters

instr
The instruction stream to insert before this one.

Implements

IInstructionStream.Insert

Remarks

For manipulating the stream, this is one of the preferred ways of doing it.

See Also

InstructionStream Class | JaCIL.Compiler.Instruction Namespace