public ExecFrame(WItem item) { this.item = item; }
// Push an item to the stack public void push(WItem item) { this.stack.push(new ExecFrame(item)); }