| Package | Description |
|---|---|
| com.google.cloud.tools.opensource.classpath |
| Modifier and Type | Method and Description |
|---|---|
ClassFile |
LinkageProblem.getSourceClass()
Returns the class that contains a symbolic reference to a symbol that is not available.
|
ClassFile |
LinkageProblem.getTargetClass()
Returns the class that is expected to contain the symbol.
|
| Constructor and Description |
|---|
ClassNotFoundProblem(ClassFile sourceClass,
ClassSymbol classSymbol) |
SymbolNotFoundProblem(ClassFile sourceClass,
ClassFile targetClass,
Symbol symbol) |
Copyright © 2018–2021 Google LLC.. All rights reserved.