JaCIL Framework API

Stack.PopAll Method 

Pops all values off the stack.

public void PopAll();

Implements

IStack.PopAll

Remarks

This is used to simulate state for instructions that pop items

See Also

Stack Class | JaCIL.Compiler.Instruction Namespace