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

Method visitTypeVariable

output/java_guava/1.4.18/Types.java:195–198  ·  view source on GitHub ↗
(TypeVariable<?> t)

Source from the content-addressed store, hash-verified

193 final AtomicReference<Type> result = new AtomicReference<Type>();
194 new TypeVisitor() {
195 @Override
196 void visitTypeVariable(TypeVariable<?> t) {
197 result.set(subtypeOfComponentType(t.getBounds()));
198 }
199
200 @Override
201 void visitWildcardType(WildcardType t) {

Callers

nothing calls this directly

Calls 3

setMethod · 0.65
getBoundsMethod · 0.45

Tested by

no test coverage detected