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)
| 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. |
no outgoing calls