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

Method resolveSupertype

output/java_guava/1.4.19/TypeToken.java:273–278  ·  view source on GitHub ↗
(Type type)

Source from the content-addressed store, hash-verified

271
272
273 private TypeToken<?> resolveSupertype(Type type) {
274 TypeToken<?> supertype = resolveType(type);
275 // super types' type mapping is a subset of type mapping of this type.
276 supertype.typeResolver = typeResolver;
277 return supertype;
278 }
279
280 /**
281 * 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