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

Completed in 10 milliseconds