Searched refs:stateStack (Results 1 – 1 of 1) sorted by relevance
76 private Stack stateStack = new Stack(); // for push/pop field in AuditSession153 while (!stateStack.empty()) { in finalize()154 state = (byte[])stateStack.pop(); in finalize()228 stateStack.push(sh); in pushState()239 sh = (byte[])stateStack.pop(); in popState()