JaCIL Framework API

Stack.Pop Method ()

Pops the top value off of the stack state.

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