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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java111 private final int yyeof; field in class:JFlexXref
194 yyeof = f.getInt(null);
208 AssertionError ae = new AssertionError("Couldn't initialize yyeof");
307 while (yylex() != yyeof) { // NOPMD while statement intentionally empty

Completed in 8 milliseconds