JaCIL Framework API

BaseInstructionContext.InstructionStream Property

The instruction stream encapsulating this context.

public JaCIL.Compiler.Instruction.IInstructionStream InstructionStream {get;}

Property Value

The instruction stream encapsulating this context.

Implements

IInstructionContext.InstructionStream

Remarks

The intent of this property is to allow a translator access to the structure of the instruction stream. It is not intended for the instruction translation to manipulate the stream. Changing this property at the instruction translating level is considered an undefined operation.

See Also

BaseInstructionContext Class | JaCIL.Compiler.Context Namespace