parrotcode: Perl Scalar | |
Contents | PMCs |
classes/perlscalar.pmc - Perl Scalar
Abstract base class for perl scalars.
This class implements common perl scalar functionality: e.g morphing to another scalar type. The morph method replaces the CHANGE_TYPE macro.
void morph(INTVAL type)
void set_pmc(PMC *value)
*value
,
calling the appropriate set_*
method according to the type of *value
.
|