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

Method visitWildcardType

output/java_guava/1.4.19/Types.java:199–202  ·  view source on GitHub ↗
(WildcardType t)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

setMethod · 0.65
getUpperBoundsMethod · 0.45

Tested by

no test coverage detected