JaCIL Framework API

InstructionStreamSet.AddAll Method 

Adds the contents of another stream set.

public void AddAll(
   IInstructionStreamSet other
);

Parameters

other
The other instruction stream set to add from.

Implements

IInstructionStreamSet.AddAll

See Also

InstructionStreamSet Class | JaCIL.Compiler.Instruction Namespace