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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java124 * @see #labelStack */
130 protected SpanStack labelStack = new SpanStack(); field in class:JFlexXref
620 * {@link #labelStack} and enter the given state.
622 * @param label label to push to the {@link #labelStack}. Might be {@code null}.
630 labelStack.push(label);
636 * the last label from the {@link #labelStack} and write it out, if it is
645 out.write(labelStack.pop());

Completed in 9 milliseconds