JaCIL Framework API

Stack.Pop Method (Int32)

Pops the top values off of the stack state.

public void Pop(
   int depth
);

Parameters

depth
The number of elements to pop.

Implements

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

Stack Class | JaCIL.Compiler.Instruction Namespace | Stack.Pop Overload List