Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ visitClass
Method
visitClass
output/java_guava/1.4.18/Types.java:210–213 ·
view source on GitHub ↗
(Class<?> t)
Source
from the content-addressed store, hash-verified
208
}
209
210
@Override
211
void
visitClass(Class<?> t) {
212
result.set(t.getComponentType());
213
}
214
}.visit(type);
215
return
result.get();
216
}
Callers
nothing calls this directly
Calls
2
set
Method · 0.65
getComponentType
Method · 0.45
Tested by
no test coverage detected