parrotcode: PackfileFixupEntry PMC | |
Contents | PMCs |
src/pmc/packfilefixupentry.pmc - PackfileFixupEntry PMC
This class implements a PackfileFixupEntry object. It is an element in the PackfileFixupTable segment of the .pbc file. See PDD13 for a design spec.
STRING *get_string()
void set_string_native(STRING *value)
INTVAL get_integer()
void set_integer_native(INTVAL offset)
INTVAL get_type()
void set_type(INTVAL type)
|