parrotcode: Packfile Constant Tables | |
Contents | Perl Modules |
Parrot::PackFile::ConstTable - Packfile Constant Tables
use Parrot::PackFile::ConstTable;
Instances of Parrot::PackFile::ConstTable
are used to represent constant tables from Parrot packfiles.
new($string)
clear()
unpack($string)
packed_size()
pack()
const_count()
constant($index)
$index
.constants()
add($const)
Parrot::PackFile::Constant
) to the table.Author: Gregor N. Purdy <gregor@focusresearch.com>
|