JaCIL Framework API

InstructionStream.Previous Property

The previous instruction in the stream.

public IInstructionStream Previous {get; set;}

Property Value

The previous instruction in the stream. This property should not be set directly.

Implements

IInstructionStream.Previous

Remarks

If this property is null, this indicates the beginining of the stream.

Note    It could be very problematic if a cycle was formed with this.

See Also

InstructionStream Class | JaCIL.Compiler.Instruction Namespace