Lines Matching defs:packages
64 Hashtable packages = new Hashtable(31);
279 * A set of Identifiers for all packages exempt from the "exists"
280 * check in Imports#resolve(). These are the current packages for
291 // Collect a list of the packages of all classes currently
300 * Set the set of packages which are exempt from the exists check
315 // In order to implement this, we collect the current packages
316 // (and prefixes) of all packages we have found so far. These
322 // Add all of the current packages and their prefixes to our set.
342 // are performed for "ordinary" packages in
349 // Add java.lang to the set of exempt packages.
451 Package p = (Package)packages.get(pkg);
453 packages.put(pkg, p = new Package(sourcePath, binaryPath, pkg));