MCPcopy Create free account
hub / github.com/antlr/codebuff / resolveSupertype

Method resolveSupertype

output/java_guava/1.4.18/TypeToken.java:274–279  ·  view source on GitHub ↗
(Type type)

Source from the content-addressed store, hash-verified

272
273
274 private TypeToken<?> resolveSupertype(Type type) {
275 TypeToken<?> supertype = resolveType(type);
276 // super types' type mapping is a subset of type mapping of this type.
277 supertype.typeResolver = typeResolver;
278 return supertype;
279 }
280
281 /**
282 * Returns the generic superclass of this type or {@code null} if the type represents

Callers 3

getGenericSuperclassMethod · 0.95
getGenericInterfacesMethod · 0.95
getSupertypeMethod · 0.95

Calls 1

resolveTypeMethod · 0.95

Tested by

no test coverage detected