Writes the named property on the supplied owner. @param owner the object that owns the property @param propertyName the property name @param value the value to assign
(Object owner, String propertyName, Object value)
| 30 | * @param value the value to assign |
| 31 | */ |
| 32 | void write(Object owner, String propertyName, Object value); |
| 33 | } |
no outgoing calls