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

Method getDeclaringClass

output/java_guava/1.4.17/Element.java:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 11

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

Calls

no outgoing calls

Tested by

no test coverage detected