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

Method visitWildcardType

output/java_guava/1.4.17/TypeToken.java:888–892  ·  view source on GitHub ↗
(WildcardType type)

Source from the content-addressed store, hash-verified

886 }
887
888 @Override
889 void visitWildcardType(WildcardType type) {
890 visit(type.getLowerBounds());
891 visit(type.getUpperBounds());
892 }
893
894 @Override
895 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