Searched defs:stack (Results 1 - 3 of 3) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/analysis/ | ||
H A D | JFlexTokenizer.java | 44 protected Stack<Integer> stack = new Stack<>(); field in class:JFlexTokenizer 73 stack.clear(); 110 this.stack.push(yystate()); 115 this.yybegin(this.stack.pop()); |
H A D | JFlexXref.java | 86 protected Stack<Integer> stack = new Stack<>(); field in class:JFlexXref 163 // NOPMD (stack trace is preserved by initCause(), but 345 while (!stack.empty()) { 673 * save current yy state to stack 678 this.stack.push(yystate()); 684 * pop last state from stack 688 yybegin(this.stack.pop()); |
/opengrok/lib/ | ||
H A D | bcel-6.0.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |
Completed in 12 milliseconds