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

Method visitTypeVariable

output/java_guava/1.4.19/Types.java:194–197  ·  view source on GitHub ↗
(TypeVariable<?> t)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

setMethod · 0.65
getBoundsMethod · 0.45

Tested by

no test coverage detected