Searched refs:stack (Results 1 - 5 of 5) 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/src/org/opensolaris/opengrok/analysis/php/
H A DPhpXref.lex321 if (!this.stack.empty() && !isHtmlState(this.stack.peek()))
327 * and another for PHP. The PHP scanner only needs one stack because
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java633 StringBuilder stack = new StringBuilder();
635 stack.append(ste.toString()).append(System.lineSeparator());
643 log.log(Level.FINE, "Exception from analyzer {0}: {1} {2}{3}{4}{5}{6}", new String[]{fa.getClass().getName(), e.toString(), System.lineSeparator(), stack.toString(), System.lineSeparator(), sstack.toString()});
/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 15 milliseconds