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