JaCIL Framework API

InstructionStream.PostStack Property

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

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

Implements

IInstructionStream.PostStack

Exceptions

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

See Also

InstructionStream Class | JaCIL.Compiler.Instruction Namespace