JaCIL Framework API

IStack.Pop Method ()

Pops the top value off of the stack state.

void 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