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

Method visitClass

output/java_guava/1.4.19/Types.java:209–212  ·  view source on GitHub ↗
(Class<?> t)

Source from the content-addressed store, hash-verified

207 }
208
209 @Override
210 void visitClass(Class<?> t) {
211 result.set(t.getComponentType());
212 }
213 }.visit(type);
214 return result.get();
215 }

Callers

nothing calls this directly

Calls 2

setMethod · 0.65
getComponentTypeMethod · 0.45

Tested by

no test coverage detected