Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getOwnerType
Method
getOwnerType
output/java_guava/1.4.19/Element.java:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
44
45
public
TypeToken<?> getOwnerType() {
46
return
TypeToken.of(getDeclaringClass());
47
}
48
49
@Override
50
public
final
boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) {
Callers
4
equals
Method · 0.95
resolveParameterizedType
Method · 0.45
visitParameterizedType
Method · 0.45
capture
Method · 0.45
Calls
2
of
Method · 0.95
getDeclaringClass
Method · 0.95
Tested by
no test coverage detected