Aug. 25, 2012
10:19 p.m.
On 2012-08-25, at 21:18, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
origin is the place (trait) where the method is originally defined. so this is important.
exactly, I'm just wondering if you need another variable. Cause you have - parent (which I assume is the class the method is installed id) - package (currently used to model extensions/normal methods) I think just having origin would solve this no? (most probably I forgot something :P) Basically you need to know two things of a method, where it is installed and where it came from. The installed place is given in Ring with parent, the place the method comes from however is not always correctly given...