parrotcode: SMOP Attribute | |
Contents | PMCs |
src/pmc/smop_attribute.pmc - SMOP Attribute
This class, SMOP_Attribute, implements the attribute 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
Initial version - Kevin Tew 2007-02-12
|