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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java83 abstract public int yystate(); method in class:JFlexTokenizer
154 * @see #yystate()
159 stateStack.push(yystate());
H A DJFlexXref.java293 public abstract int yystate(); method in class:JFlexXref
624 * @see #yystate()
629 stateStack.push(yystate());

Completed in 29 milliseconds