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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java60 abstract public boolean yylex() throws IOException; method in class:JFlexTokenizer
128 return this.yylex();
H A DJFlexXref.java110 /** EOF value returned by yylex(). */
260 public abstract int yylex() throws IOException; method in class:JFlexXref
307 while (yylex() != yyeof) { // NOPMD while statement intentionally empty
308 // nothing to do here, yylex() will do the work

Completed in 9 milliseconds