parrotcode: An instance of a class | |
Contents | PMCs |
src/pmc/object.pmc - An instance of a class
Implements an instance of a class.
void init()
void init_pmc(PMC *class)
void destroy()
STRING *name()
void mark()
PMC *get_attr_str(STRING *name)
void set_attr_str(STRING *name, PMC *value)
PMC *find_method(STRING *name)
PMC *get_class()
INTVAL can(STRING *method_name)
INTVAL isa(STRING *classname)
*classname
.
|