Represents a stream of instructions. This interface provides a higher level interface to represent the instructions in a method body.
For a list of all members of this type, see IInstructionStream Members.
| Type | Description |
|---|---|
| InstructionStream | Standard implementation of the instruction stream. |
This interface is enumerable, and implementations should return an enumerator that iterates in a forward fashion from the stream that GetEnumerator was invoked from.
Namespace: JaCIL.Compiler.Instruction
Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)
IInstructionStream Members | JaCIL.Compiler.Instruction Namespace