[Xotcl] Getting Name of Mixin Class

Sheik Yussuff sheik@carib-link.net
Tue, 4 Sep 2001 18:50:07 -0300


Consider the following scenario:

A, B and C are classes.

A has instproc m defined.

B is a sub-class of A.

C c
c mixin B

Question: How in instproc m can I get the name
of the mixin class, that is, B?

Any help will be appreciated.

Regards,
sheik.