src/pmc/bound_nci.pmc

NAME

src/pmc/bound_nci.pmc - Bound internal method

DESCRIPTION

A bound internal method is a NCI method call, where the object is bound to this call instance.

Methods

void set_pmc(PMC *obj)

Bind the object obj to this call instance.

PMC *get_pmc(void)

Return the bound object.

opcode_t *invoke(void *next)

Calls the associated C method, returning *next.

void mark()

Set the bound object live.

SEE ALSO

src/pmc/nci.pmc

HISTORY

Initial revision by leo 2005.01.31.


parrot