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

Method visitWildcardType

output/java_guava/1.4.19/TypeToken.java:889–893  ·  view source on GitHub ↗
(WildcardType type)

Source from the content-addressed store, hash-verified

887 }
888
889 @Override
890 void visitWildcardType(WildcardType type) {
891 visit(type.getLowerBounds());
892 visit(type.getUpperBounds());
893 }
894
895 @Override
896 void visitParameterizedType(ParameterizedType type) {

Callers

nothing calls this directly

Calls 3

visitMethod · 0.65
getLowerBoundsMethod · 0.45
getUpperBoundsMethod · 0.45

Tested by

no test coverage detected