示例#1
0
文件: LoadingSJFM.java 项目: holl-/W2
 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);
 }