Searched refs:theSaved (Results 1 – 1 of 1) sorted by relevance
473 theSaved = null; in setup()525 private Element theSaved = null; field in Parser719 while (theSaved != null && theStack.canContain(theSaved) && in restart()720 (e == null || theSaved.canContain(e))) { in restart()721 Element next = theSaved.next(); in restart()722 push(theSaved); in restart()723 theSaved = next; in restart()760 popped.setNext(theSaved); in restartablyPop()761 theSaved = popped; in restartablyPop()