MCPcopy 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

testGetPropertyMethod · 0.95

Calls 2

getMetaClassMethod · 0.95
getPropertyMethod · 0.65

Tested by 1

testGetPropertyMethod · 0.76