Searched refs:classpathEntry (Results 1 – 2 of 2) sorted by relevance
371 for (IClasspathEntry classpathEntry : entries) { in getReferencedProjects()372 if (classpathEntry.getContentKind() == IPackageFragmentRoot.K_SOURCE in getReferencedProjects()373 && classpathEntry.getEntryKind() == IClasspathEntry.CPE_PROJECT) { in getReferencedProjects()375 String subProjectRoot = classpathEntry.getPath().toString(); in getReferencedProjects()385 classpathEntry.getPath().toString())); in getReferencedProjects()
602 public CPEFile(String pathname, IClasspathEntry classpathEntry) { in CPEFile() argument604 mClasspathEntry = classpathEntry; in CPEFile()607 public CPEFile(File file, IClasspathEntry classpathEntry) { in CPEFile() argument609 mClasspathEntry = classpathEntry; in CPEFile()