public final class SymbolProblem extends Object
| Constructor and Description |
|---|
SymbolProblem(com.google.cloud.tools.opensource.classpath.Symbol symbol,
ErrorType errorType,
ClassFile containingClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
static String |
formatSymbolProblems(com.google.common.collect.ImmutableSetMultimap<SymbolProblem,ClassFile> symbolProblems) |
ClassFile |
getContainingClass()
Returns the class that is expected to contain the symbol.
|
int |
hashCode() |
String |
toString() |
@Nullable public ClassFile getContainingClass()
public static String formatSymbolProblems(com.google.common.collect.ImmutableSetMultimap<SymbolProblem,ClassFile> symbolProblems)
Copyright © 2018–2020 Google LLC.. All rights reserved.