Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getProperty
Method
getProperty
src/main/java/groovy/lang/Sequence.java:241–244 ·
view source on GitHub ↗
{@inheritDoc}
(String property)
Source
from the content-addressed store, hash-verified
239
* {@inheritDoc}
240
*/
241
@Override
242
public
Object getProperty(String property) {
243
return
getMetaClass().getProperty(this, property);
244
}
245
246
/**
247
* {@inheritDoc}
Callers
1
testGetProperty
Method · 0.95
Calls
2
getMetaClass
Method · 0.95
getProperty
Method · 0.65
Tested by
1
testGetProperty
Method · 0.76