JaCIL Framework API

InstructionStreamSet Members

InstructionStreamSet overview

Public Instance Constructors

InstructionStreamSet Constructor Creates the set.

Public Instance Properties

Count The number of streams in this set.

Public Instance Methods

Add Adds an instruction stream to this set.
AddAll Adds the contents of another stream set.
Clear Clears the set.
GetEnumerator Returns an enumerator over this set.
Remove Removes a single instance of the IInstruction in the set. Does nothing if the stream is not contained within the set.

See Also

InstructionStreamSet Class | JaCIL.Compiler.Instruction Namespace