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

Method visitWildcardType

output/java_guava/1.4.17/Types.java:200–203  ·  view source on GitHub ↗
(WildcardType t)

Source from the content-addressed store, hash-verified

198 }
199
200 @Override
201 void visitWildcardType(WildcardType t) {
202 result.set(subtypeOfComponentType(t.getUpperBounds()));
203 }
204
205 @Override
206 void visitGenericArrayType(GenericArrayType t) {

Callers

nothing calls this directly

Calls 3

setMethod · 0.65
getUpperBoundsMethod · 0.45

Tested by

no test coverage detected