| Class | Description |
|---|---|
| ClassFile |
A locator for a compiled class file of
className in jar to uniquely locate the
class implementation in a class path. |
| ClassPathBuilder |
Utility to build a class path (a list of jar files) through a dependency tree of Maven artifacts.
|
| ClassPathResult |
Result of class path resolution with
UnresolvableArtifactProblems if any. |
| ClassReferenceGraph |
Directed graph of class references.
|
| ClassSymbol |
Symbol for a class.
|
| LinkageCheckClassPath |
Class path to load class files for
LinkageChecker. |
| LinkageChecker |
A tool to find linkage errors in a class path.
|
| MethodSymbol |
Symbol for a method of class.
|
| SymbolProblem |
A missing or incompatible symbol that causes a linkage error.
|
| Enum | Description |
|---|---|
| ErrorType |
The kind of linkage error against a symbol reference.
|
Copyright © 2018–2020 Google LLC.. All rights reserved.