JaCIL Framework API

InstructionStreamEnumerator Class

Standard forward enumerator over an instruction stream.

For a list of all members of this type, see InstructionStreamEnumerator Members.

System.Object
   JaCIL.Compiler.Instruction.InstructionStreamEnumerator

public class InstructionStreamEnumerator : IEnumerator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This enumerator cannot determine when a stream is manipulated, thus the behavior will always reflect the underlying stream structure when iterating. That is, if the stream is changed, the enumerator reflects such a change.

Requirements

Namespace: JaCIL.Compiler.Instruction

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

See Also

InstructionStreamEnumerator Members | JaCIL.Compiler.Instruction Namespace