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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java377 private int errorEndPos = -1; field in class:JavacParser
380 if (errPos > errorEndPos)
381 errorEndPos = errPos;
385 return errorEndPos;
404 * be greater of the ending position of the previous token and errorEndPos.
1371 if (S.pos() == errorEndPos) {
1671 if (S.pos() <= errorEndPos) {
2280 if (S.pos() <= errorEndPos) {
2502 if (S.pos() <= errorEndPos) {
2565 if (S.pos() <= errorEndPos) {
[all...]

Completed in 36 milliseconds