Uses of Class
org.eclipse.jdt.internal.compiler.util.ObjectVector

Packages that use ObjectVector
org.eclipse.jdt.internal.compiler.util   
org.eclipse.jdt.internal.core   
 

Uses of ObjectVector in org.eclipse.jdt.internal.compiler.util
 

Methods in org.eclipse.jdt.internal.compiler.util with parameters of type ObjectVector
 void ObjectVector.addAll(ObjectVector newVector)
           
 

Uses of ObjectVector in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core with parameters of type ObjectVector
 void JavaProject.computePackageFragmentRoots(IClasspathEntry[] resolvedClasspath, ObjectVector accumulatedRoots, java.util.HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, java.util.Map rootToResolvedEntries)
          Returns (local/all) the package fragment roots identified by the given project's classpath.
 void JavaProject.computePackageFragmentRoots(IClasspathEntry resolvedEntry, ObjectVector accumulatedRoots, java.util.HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, java.util.Map rootToResolvedEntries)
          Returns the package fragment roots identified by the given entry.