MCPcopy Index your code
hub / github.com/apache/groovy / setProperty

Method setProperty

src/main/java/groovy/lang/Sequence.java:249–252  ·  view source on GitHub ↗

{@inheritDoc}

(String property, Object newValue)

Source from the content-addressed store, hash-verified

247 * {@inheritDoc}
248 */
249 @Override
250 public void setProperty(String property, Object newValue) {
251 getMetaClass().setProperty(this, property, newValue);
252 }
253
254 /**
255 * {@inheritDoc}

Callers

nothing calls this directly

Calls 2

getMetaClassMethod · 0.95
setPropertyMethod · 0.65

Tested by

no test coverage detected