コード例 #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);
 }