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

Method getOwnerType

output/java_guava/1.4.17/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

equalsMethod · 0.95
captureMethod · 0.45

Calls 2

ofMethod · 0.95
getDeclaringClassMethod · 0.95

Tested by

no test coverage detected