JaCIL Framework API

IInstructionStream.Instruction Property

The instruction context encapsulated by this stream.

JaCIL.Compiler.Context.IInstructionContext Instruction {get; set;}

Property Value

The instruction context encapsulated by this stream. This is allowed to be set only if the state is null.

Exceptions

Exception Type Condition
ArgumentException Thrown if the value cannot be set.

See Also

IInstructionStream Interface | JaCIL.Compiler.Instruction Namespace