Searched defs:dependency (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDependency.java31 * Subtypes of {@code Dependency} may provide additional detail about the dependency.
43 * Return true if the dependency is of interest.
44 * @param dependency the dependency to be considered
45 * @return true if and only if the dependency is of interest.
47 boolean accepts(Dependency dependency); argument
71 * dependency analysis.
79 * Get the location that has the dependency.
80 * @return the location that has the dependency.
H A DDependencies.java54 * further characterize the type of dependency, such as a dependency on a
114 * Record a dependency that has been found.
176 * to determine if a dependency is of interest.
186 * to determine if a dependency is of interest. The filter checks if the
316 * locate the class file for transitive dependency analysis.
346 * A dependency of one class on another.
399 public boolean accepts(Dependency dependency) { argument
413 public boolean accepts(Dependency dependency) { argument
414 return pattern.matcher(dependency
434 accepts(Dependency dependency) argument
[all...]

Completed in 24 milliseconds