Searched refs:pathLengthStack (Results 1 – 1 of 1) sorted by relevance
381 Stack<Integer> pathLengthStack = new Stack<Integer>(); in parseWith() local397 pathLengthStack.push(path.length()); in parseWith()447 final int length = pathLengthStack.pop(); in parseWith()