parrotcode: CallSignature PMC | |
Contents | PMCs |
src/pmc/callsignature.pmc - CallSignature PMC
The CallSignature PMC is used to store the argument list and argument meta information for a multiple dispatch call.
void init()
void set_string_native(STRING *value)
STRING *get_string()
void set_pmc(PMC *value)
PMC *get_pmc()
void set_attr_str(STRING *key, PMC *value)
PMC *get_attr_str(STRING *key)
void mark()
|