| Package | Description |
|---|---|
| com.google.cloud.tools.opensource.classpath |
| Modifier and Type | Method and Description |
|---|---|
ClassFile |
SymbolProblem.getContainingClass()
Returns the class that is expected to contain the symbol.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSetMultimap<SymbolProblem,ClassFile> |
LinkageChecker.findSymbolProblems()
Returns
SymbolProblems found in the class path and referencing classes for each
problem. |
| Modifier and Type | Method and Description |
|---|---|
static String |
SymbolProblem.formatSymbolProblems(com.google.common.collect.ImmutableSetMultimap<SymbolProblem,ClassFile> symbolProblems) |
| Constructor and Description |
|---|
SymbolProblem(com.google.cloud.tools.opensource.classpath.Symbol symbol,
ErrorType errorType,
ClassFile containingClass) |
Copyright © 2018–2020 Google LLC.. All rights reserved.