public parseResult(keyInfo curKey, string stackTop, string outPut, int row, string stack) { this.outPut = outPut; this.stackTop = stackTop; this.curKey = curKey; this.row = row; this.stack = stack; }
public void setCurKey(keyInfo curKey) { this.curKey = curKey; }