MCPcopy
hub / github.com/apache/groovy / setProperty

Method setProperty

src/main/java/groovy/lang/MetaClass.java:87–87  ·  view source on GitHub ↗

Sets a property on the given receiver for the specified arguments. The sender is the class that is setting the property from the object. The MetaClass will attempt to establish the method to invoke based on the name and arguments provided. The isCallToSuper and fromInsideClass help the Groovy

(Class sender, Object receiver, String property, Object value, boolean isCallToSuper, boolean fromInsideClass)

Source from the content-addressed store, hash-verified

85 * @param fromInsideClass Whether the call was invoked from the inside or the outside of the class
86 */
87 void setProperty(Class sender, Object receiver, String property, Object value, boolean isCallToSuper, boolean fromInsideClass);
88
89 /**
90 *

Implementers 2

MetaClassImplsrc/main/java/groovy/lang/MetaClassImp
DelegatingMetaClasssrc/main/java/groovy/lang/DelegatingMe

Calls

no outgoing calls