parrotcode: Bound internal method | |
Contents | PMCs |
src/pmc/bound_nci.pmc - Bound internal method
A bound internal method is a NCI method call, where the object is bound to this call instance.
void set_pmc(PMC *obj)
obj
to this call instance.PMC *get_pmc(void)
opcode_t *invoke(void *next)
*next
.void mark()
Initial revision by leo 2005.01.31.
|