parrotcode: Attribute metadata | |
Contents | PMCs |
src/pmc/metaattribute.pmc - Attribute metadata
Implements a single class attribute for the MetaClass.
void init()
void init_pmc(PMC *init)
newclass
opcode.
The init
argument is not a PMC* but the classname
STRING.void destroy()
void destroy()
PMC *clone()
void name(PMC *name)
void type(PMC *type)
docs/pdds/pdd15_objects.pod.
|