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

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java49 abstract public boolean yylex() throws IOException; method in class:JFlexTokenizer
104 return this.yylex();
H A DJFlexXref.java57 * EOF value returned by yylex().
196 public abstract int yylex() throws IOException; method in class:JFlexXref
228 while (yylex() != yyeof) { // NOPMD while statement intentionally empty
229 // nothing to do here, yylex() will do the work

Completed in 13 milliseconds