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

Method resolveInPlace

output/java_guava/1.4.19/TypeToken.java:265–270  ·  view source on GitHub ↗
(Type[] types)

Source from the content-addressed store, hash-verified

263
264
265 private Type[] resolveInPlace(Type[] types) {
266 for (int i = 0; i < types.length; i++) {
267 types[i] = resolveType(types[i]).getType();
268 }
269 return types;
270 }
271
272
273 private TypeToken<?> resolveSupertype(Type type) {

Callers 2

Calls 2

resolveTypeMethod · 0.95
getTypeMethod · 0.45

Tested by

no test coverage detected