NAME ^

classes/perlint.pmc - Perl Integer

DESCRIPTION ^

PerlInt extends Integer to provide a Perl integer.

Methods ^

void set_number_native(FLOATVAL value)

Morphs the integer to a PerlNum and sets the value from value.

void set_string_native(STRING *value)

Sets the value of the integer to *value.

void morph(INTVAL type)

Morphs the scalar to the specified type.


parrot