JaCIL Framework API

IInstructionContext.InstructionStream Property

The instruction stream encapsulating this context.

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

Property Value

The instruction stream encapsulating this context.

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

IInstructionContext Interface | JaCIL.Compiler.Context Namespace