Searched defs:stack (Results 1 - 3 of 3) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java46 protected Stack<Integer> stack = new Stack<Integer>(); field in class:JFlexTokenizer
118 this.stack.push(yystate());
123 this.yybegin(this.stack.pop());
H A DJFlexXref.java76 protected Stack<Integer> stack = new Stack<Integer>(); field in class:JFlexXref
153 throw ae; // NOPMD (stack trace is preserved by initCause(), but
466 this.stack.push(yystate());
472 yybegin(this.stack.pop());
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 12 milliseconds