Searched refs:yylex (Results 1 - 8 of 8) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java47 abstract public boolean yylex() throws IOException; method in class:JFlexTokenizer
96 return this.yylex();
H A DJFlexXref.java67 * EOF value returned by yylex().
292 public abstract int yylex() throws IOException; method in class:JFlexXref
335 while (yylex() != yyeof) { // NOPMD while statement intentionally empty
336 // nothing to do here, yylex() will do the work
/opengrok/test/org/opensolaris/opengrok/analysis/haskell/
H A DHaskellSymbolTokenizerTest.java65 while (ts.yylex()) {
/opengrok/test/org/opensolaris/opengrok/analysis/php/
H A DPhpSymbolTokenizerTest.java63 while (ts.yylex()) {
/opengrok/src/org/opensolaris/opengrok/analysis/document/
H A DTroffXref.lex51 while(yylex() != YYEOF) {
/opengrok/src/org/opensolaris/opengrok/search/context/
H A DContext.java280 while ((token = tokens.yylex()) != null && (!lim || matchedLines < 10)) {
/opengrok/egrok/lib/
H A Djson-simple-1.1.1.jar ... handlerStatusStack private org.json.simple.parser.Yylex lexer private org.json.simple.parser. ...
/opengrok/lib/
H A Djson-simple-1.1.1.jar ... handlerStatusStack private org.json.simple.parser.Yylex lexer private org.json.simple.parser. ...

Completed in 61 milliseconds