예제 #1
0
파일: LoadingSJFM.java 프로젝트: holl-/W2
 public boolean hasLocation(Location location) {
   return standardJavaFileManager.hasLocation(location);
 }
예제 #2
0
 public boolean hasLocation(Location location) {
   // System.out.println("hasLocation(" + location + ')');
   return fileManager.hasLocation(location);
 }
예제 #3
0
 @Override
 public boolean hasLocation(Location location) {
   return myStandardFileManager.hasLocation(location);
 }