in reply to [Parrot] calling $self->SUPER::method()

I found parrot-0.2.1/docs/pdds/pdd15_objects.pod which doesn't address the question directly, but implies some sort of answers. There are sections on vtables and calling methods towards the end of the doc.

It looks like the Perl Magic Cookies (PMC's) contain the inheritance information about classes in a tree of ParrotClass PMC's.

After Compline,
Zaxo

  • Comment on Re: [Parrot] calling $self->SUPER::method()