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

Method setProperty

src/main/java/groovy/lang/MetaProperty.java:65–65  ·  view source on GitHub ↗

Sets the property on the given object to the new value. @param object on which to set the property @param newValue the new value of the property @throws RuntimeException if the property could not be set

(Object object, Object newValue)

Source from the content-addressed store, hash-verified

63 * @throws RuntimeException if the property could not be set
64 */
65 public abstract void setProperty(Object object, Object newValue);
66
67 /**
68 * Returns the name of the property.

Callers 4

setPropertyMethod · 0.95
setAttributeMethod · 0.95
resolveLazyReferencesMethod · 0.95
setChildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected