JaCIL Framework API

Stack.Pop Method

Pops the top value off of the stack state.

Overload List

Pops the top value off of the stack state.

public void Pop();

Pops the top values off of the stack state.

public void Pop(int);

See Also

Stack Class | JaCIL.Compiler.Instruction Namespace