JaCIL Framework API

InstructionStream.Instruction Property

The instruction context encapsulated by this stream.

public 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.

Implements

IInstructionStream.Instruction

Exceptions

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

See Also

InstructionStream Class | JaCIL.Compiler.Instruction Namespace