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

Method getAttribute

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

Retrieves 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 useSuper Whether to loo

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

Source from the content-addressed store, hash-verified

121 * @return The attribute value
122 */
123 Object getAttribute(Class sender, Object receiver, String messageName, boolean useSuper);
124
125 /**
126 * Sets the value of an attribute (field). This method is to support the Groovy runtime and not for general client API usage.

Callers 15

getAttributeMethod · 0.95
getFieldOnSuperMethod · 0.95
getAttributeMethod · 0.95
findTabLocationMethod · 0.65
testGetPropertyMethod · 0.65
getPropertyMethod · 0.65
processMethod · 0.65
getMethod · 0.65
getAtMethod · 0.65
getScriptUriMethod · 0.65

Implementers 2

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

Calls

no outgoing calls