parrotcode: STM-capable Reference to a PMC | |
Contents | PMCs |
src/pmc/stmref.pmc - STM-capable Reference to a PMC
The vtable functions for the STMRef 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()
These methods must be implemented because they are not delegated.
STRING *name()
|