Hi,<br>
<br>
I am looking for functionality similar to Class info instances for mixins and instmixins. <br>
<br>
Essentially I'd like:<br>
<br>
>xotclsh<br>
% Class A<br>
::A<br>
% A a<br>
::a<br>
% A info instances<br>
::a<br>
% Class B<br>
::B<br>
% A instmixin B<br>
% B info instances<br>
<br>
This last line to return.<br>
::a<br>
<br>
Is this possible with any info proc that exists today or could something like this be easily added to the <br>
code?<br>
<br>
I am trying to simplify searches on a large object graph by using
mixins. I already use introspection to find instances of certain
classes. I would like to be able to do the same with mixin
classes. Is the mixin functionality implemented with object->class
pointers. Are there pointers mixin->object or
mixin->class->object?<br>
<br>
Thanks,<br>
<br>
Ben<br>
<br>