JaCIL Framework API

IStack.Pop Method

Pops the top value off of the stack state.

Overload List

Pops the top value off of the stack state.

void Pop();

Pops the top values off of the stack state.

void Pop(int);

See Also

IStack Interface | JaCIL.Compiler.Instruction Namespace