parrotcode: PackfileAnnotations PMC | |
Contents | PMCs |
src/pmc/packfileannotations.pmc - PackfileAnnotations PMC
This class implements a PackfileAnnotations object, a segment of the .pbc data file used for listing annotations. It is a container for PackfileAnnotation objects.
See packfile.pmc for the toplevel Packfile interface, see packfilesegment.pmc for the list of common methods every packfile segment pmc must implement; see PDD13 for the design spec.
PMC *get_key_list()
INTVAL elements()
PMC *get_pmc_keyed_int(INTVAL index)
void set_pmc_keyed_int(INTVAL index, PMC *annotation)
|