Creates an empty stack state.
public Stack();
Creates a stack state from another standard stack state.
public Stack(Stack);
Stack Class | JaCIL.Compiler.Instruction Namespace