JaCIL Framework API

IInstructionStream.PostStack Property

The stack state at this instruction, after it is executed.

IStack PostStack {get; set;}

Property Value

The stack state at this instruction, after it is executed. This is allowed to be set only if the stack is null.

Exceptions

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

See Also

IInstructionStream Interface | JaCIL.Compiler.Instruction Namespace