JaCIL Framework API

IStack.Pop Method (Int32)

Pops the top values off of the stack state.

void Pop(
   int depth
);

Parameters

depth
The number of elements to pop.

Remarks

This is used to simulate state for instructions that pop items

Exceptions

Exception Type Condition
StackStateException Thrown if the stack is empty.

See Also

IStack Interface | JaCIL.Compiler.Instruction Namespace | IStack.Pop Overload List