| Class | Description |
|---|---|
| ClassFile |
A locator for a compiled class file of
className in classPathEntry to uniquely
locate the class implementation in a class path. |
| ClassNotFoundProblem |
The
classSymbol, referenced by sourceClass is not found in the class path. |
| ClassPathBuilder |
Utility to build
ClassPathResult that holds class path (a list of ClassPathEntry)
through a dependency tree of Maven artifacts. |
| ClassPathEntry |
An entry in a class path.
|
| 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.
|
| LinkageProblem |
A linkage error describing an invalid reference from
sourceClass to symbol. |
| LinkageProblemCauseAnnotator |
Annotates
LinkageProblems with LinkageProblemCauses. |
| MethodSymbol |
Symbol for a method of class.
|
| Symbol |
The referent of symbolic references (class, method, or field references) in the run-time constant
pool of JVM.
|
| SymbolNotFoundProblem |
The
sourceClass references the symbol, but the targetClass does not have
the symbol. |
| UnknownCause |
Linkage Checker cannot determine the cause of the linkage error.
|
Copyright © 2018–2021 Google LLC.. All rights reserved.