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

Method setAttribute

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

Sets the value of an attribute (field). This method is to support the Groovy runtime and not for general client API usage. @param sender The class of the object that requested the attribute @param receiver The instance @param messageName The name of the attribute @param messageValue The value of th

(Class sender, Object receiver, String messageName, Object messageValue, boolean useSuper, boolean fromInsideClass)

Source from the content-addressed store, hash-verified

133 * @param fromInsideClass Whether the call happened from the inside or the outside of a class
134 */
135 void setAttribute(Class sender, Object receiver, String messageName, Object messageValue, boolean useSuper, boolean fromInsideClass);
136
137 /**
138 * Complete the initialisation process. After this method

Callers 15

setAttributeMethod · 0.95
setFieldOnSuperMethod · 0.95
setAttributeMethod · 0.95
setPropertyMethod · 0.65
setMethod · 0.65
putAtMethod · 0.65
createNodeMethod · 0.65
setAttributeQuietlyMethod · 0.65
copyAttributesMethod · 0.65
setIndentMethod · 0.65
setVariableMethod · 0.65
prism.jsFile · 0.65

Implementers 2

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

Calls

no outgoing calls