parrotcode: SMOP Class | |
Contents | PMCs |
src/pmc/smop_class.pmc - SMOP Class
This class, smop_class, implements the class class of the simple meta object protocol.
void init()
void init_pmc(PMC *init)
newclass
opcode.
The init
argument is not a PMC* but the classname
STRING.void destroy()
docs/pdds/pdd15_objects.pod.
Initial version - Kevin Tew 2007-02-12
|