Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getName
Method
getName
src/main/java/groovy/lang/MetaMethod.java:69–69 ·
view source on GitHub ↗
Returns the name of this method. @return name of this method
()
Source
from the content-addressed store, hash-verified
67
* @
return
name of this method
68
*/
69
public
abstract String getName();
70
71
/**
72
* Returns the
return
type
for
this method.
Callers
11
testMetaMethodsOnlyAddedOnce
Method · 0.95
testMethodHandleIsInvokable
Method · 0.95
checkParameters
Method · 0.95
isMethod
Method · 0.95
toString
Method · 0.95
isSame
Method · 0.95
getSignature
Method · 0.95
getMopName
Method · 0.95
findStaticAccessMethod
Method · 0.95
findMethod
Method · 0.95
registerBeanProperty
Method · 0.95
Calls
no outgoing calls
Tested by
2
testMetaMethodsOnlyAddedOnce
Method · 0.76
testMethodHandleIsInvokable
Method · 0.76