Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getMetaClass
Method
getMetaClass
src/main/java/groovy/lang/Sequence.java:257–260 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
255
* {@inheritDoc}
256
*/
257
@Override
258
public
MetaClass getMetaClass() {
259
return
metaClass;
260
}
261
262
/**
263
* {@inheritDoc}
Callers
4
testMetaClass
Method · 0.95
invokeMethod
Method · 0.95
getProperty
Method · 0.95
setProperty
Method · 0.95
Calls
no outgoing calls
Tested by
1
testMetaClass
Method · 0.76