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()
void name(PMC *name)
name attribute accessor
void class(PMC *class)
class attribute accessor
void type(PMC *type)
type attribute accessor
docs/pdds/pdd15_objects.pod.
Initial version - Kevin Tew 2007-02-12
|