The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Parrot::PackFile::FixupTable - A Parrot Fix-Up Table

SYNOPSIS

  use Parrot::PackFile::FixupTable;

DESCRIPTION

Instances of Parrot::PackFile::FixupTable are used to represent fixup tables in Parrot packfiles.

Class Methods

new($string)

Returns a new instance.

Instance Methods

clear()

Does nothing.

unpack()

Does nothing.

packed_size()

Returns 0.

pack()

Returns an empty string.

SEE ALSO

Parrot::PackFile
Parrot::PackFile::Constant
Parrot::PackFile::ConstTable
build_tools/pbc2c.pl

HISTORY

Author: Gregor N. Purdy <gregor@focusresearch.com>