Exemple #1
0
 public boolean hasLocation(Location location) {
   return standardJavaFileManager.hasLocation(location);
 }
 public boolean hasLocation(Location location) {
   // System.out.println("hasLocation(" + location + ')');
   return fileManager.hasLocation(location);
 }
 @Override
 public boolean hasLocation(Location location) {
   return myStandardFileManager.hasLocation(location);
 }