JaCIL Framework API

InstructionStream.Append Method 

Appends an instruction after this one. This call adjusts the next, previous and target pointers of this instruction and the given one. Targets are adjusted to refer to the given instruction. The target pointers are not changed.

public void Append(
   IInstructionStream instr
);

Parameters

instr
The instruction stream to append after this one.

Implements

IInstructionStream.Append

Remarks

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

See Also

InstructionStream Class | JaCIL.Compiler.Instruction Namespace