JaCIL Framework API

IInstructionStream.PreStack Property

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

IStack PreStack {get; set;}

Property Value

The stack state at this instruction, before 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