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

Method getDeclaringClass

corpus/java/training/guava/reflect/Element.java:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 @Override
81 public Class<?> getDeclaringClass() {
82 return member.getDeclaringClass();
83 }
84
85 @Override
86 public final String getName() {

Callers 10

getOwnerTypeMethod · 0.95
inferKeyTypeMethod · 0.45
inferValueTypeMethod · 0.45
createMethod · 0.45
complementOfMethod · 0.45
methodMethod · 0.45
constructorMethod · 0.45
getFieldMethod · 0.45
getLockNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected