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/MetaMember.java:35–35 ·
view source on GitHub ↗
Returns the simple name of this meta member. @return the member name
()
Source
from the content-addressed store, hash-verified
33
* @
return
the member name
34
*/
35
String getName();
36
37
/**
38
* Returns the Java modifier bit set
for
this meta member.
Callers
15
assertField
Method · 0.65
loadClass
Method · 0.65
getDescriptor
Method · 0.65
baseScript
Method · 0.65
testMetaClass
Method · 0.65
testLogging
Method · 0.65
testStaticMethods1
Method · 0.65
testStaticMethods2
Method · 0.65
testCovariantMethodSuperCall
Method · 0.65
checkOuterRef
Method · 0.65
checkStringWithOneAnno
Method · 0.65
checkStringWithNoAnnos
Method · 0.65
Implementers
3
MetaMethod
src/main/java/groovy/lang/MetaMethod.j
MetaProperty
src/main/java/groovy/lang/MetaProperty
CachedConstructor
src/main/java/org/codehaus/groovy/refl
Calls
no outgoing calls
Tested by
15
assertField
Method · 0.52
loadClass
Method · 0.52
getDescriptor
Method · 0.52
baseScript
Method · 0.52
testMetaClass
Method · 0.52
testLogging
Method · 0.52
testStaticMethods1
Method · 0.52
testStaticMethods2
Method · 0.52
testCovariantMethodSuperCall
Method · 0.52
checkOuterRef
Method · 0.52
checkStringWithOneAnno
Method · 0.52
checkStringWithNoAnnos
Method · 0.52