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

Method resolveInPlace

output/java_guava/1.4.17/TypeToken.java:266–271  ·  view source on GitHub ↗
(Type[] types)

Source from the content-addressed store, hash-verified

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

Callers 2

Calls 2

resolveTypeMethod · 0.95
getTypeMethod · 0.45

Tested by

no test coverage detected