parrotcode: Reference to a PMC | |
Contents | PMCs |
src/pmc/ref.pmc - Reference to a PMC
The vtable functions for the Ref base class.
All methods not present below get a default body autogenerated inside Parrot::Pmc2c
.
void init()
PMCNULL
.void init_pmc(PMC *initializer)
initializer
.void mark()
PMC *clone()
This method must be implemented because they are not delegated.
STRING *name()
|