JaCIL Framework API

IInstructionStream Interface

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.

public interface IInstructionStream : IEnumerable

Types that implement IInstructionStream

Type Description
InstructionStream Standard implementation of the instruction stream.

Remarks

This interface is enumerable, and implementations should return an enumerator that iterates in a forward fashion from the stream that GetEnumerator was invoked from.

Requirements

Namespace: JaCIL.Compiler.Instruction

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

IInstructionStream Members | JaCIL.Compiler.Instruction Namespace