JaCIL Framework API

InstructionStream.PreStack Property

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

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

Implements

IInstructionStream.PreStack

Exceptions

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

See Also

InstructionStream Class | JaCIL.Compiler.Instruction Namespace