Searched refs:yylex (Results 1 - 5 of 5) 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
/opengrok-jel/test/org/opensolaris/opengrok/analysis/php/
H A DPhpSymbolTokenizerTest.java46 while (ts.yylex()) {
/opengrok-jel/src/org/opensolaris/opengrok/analysis/document/
H A DTroffXref.lex50 while(yylex() != YYEOF) {
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DContext.java268 while ((token = tokens.yylex()) != null && (!lim || matchedLines < 10)) {

Completed in 24 milliseconds