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

Method getUpperBounds

output/java_guava/1.4.17/Types.java:492–495  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

490 }
491
492 @Override
493 public Type[] getUpperBounds() {
494 return toArray(upperBounds);
495 }
496
497 @Override
498 public boolean equals(Object obj) {

Callers 13

getGenericSuperclassMethod · 0.45
getGenericInterfacesMethod · 0.45
getSupertypeMethod · 0.45
isSubtypeOfMethod · 0.45
visitWildcardTypeMethod · 0.45
isMethod · 0.45
visitWildcardTypeMethod · 0.45
resolveWildcardTypeMethod · 0.45
visitWildcardTypeMethod · 0.45
captureMethod · 0.45
newArrayTypeMethod · 0.45
visitWildcardTypeMethod · 0.45

Calls 1

toArrayMethod · 0.45

Tested by

no test coverage detected