Searched refs:DependencyAnalyzer (Results 1 – 2 of 2) sorted by relevance
22 import libcore.tools.analyzer.openjdk.DependencyAnalyzer.Result.MethodDependency;388 DependencyAnalyzer analyzer = new DependencyAnalyzer(cp, ecp, in run()391 DependencyAnalyzer.Result result = analyzer.analyze(classesOrPackages); in run()509 DependencyAnalyzer analyzer = new DependencyAnalyzer(cp, excludeClasspath, in run()548 DependencyAnalyzer.Result classResult = analyzer.analyze(List.of(className)); in run()
59 public class DependencyAnalyzer { class76 public DependencyAnalyzer(Path classpath, Path excludeClasspath, boolean includeInternal, in DependencyAnalyzer() method in DependencyAnalyzer