Lines Matching defs:lastDot
1970 int lastDot = fqName.lastIndexOf('.');1971 if (lastDot < 0) {1974 res += fqName.substring(lastDot+1);