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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatcher.java173 * If hitEnd is true, and a match was found, then more input
175 * If hitEnd is true and a match was not found, then more
177 * If hitEnd is false and a match was found, then more input
179 * If hitEnd is false and a match was not found, then more
182 boolean hitEnd; field in class:Matcher
1155 public boolean hitEnd() { method in class:Matcher
1156 return hitEnd;
1191 this.hitEnd = false;
1213 this.hitEnd = false;

Completed in 583 milliseconds