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

/openjdk7/jdk/src/share/classes/java/util/
H A DScanner.java378 private boolean sourceClosed = false; field in class:Scanner
856 sourceClosed = true;
906 if ((sourceClosed) && (position == buf.limit()))
956 if (matcher.hitEnd() && !sourceClosed) {
968 if (sourceClosed)
995 if (matcher.requireEnd() && !sourceClosed) {
1019 if (sourceClosed) {
1057 if (matcher.hitEnd() && (!sourceClosed)) {
1078 if (sourceClosed)
1095 if (matcher.hitEnd() && (!sourceClosed)) {
[all...]

Completed in 33 milliseconds