[svn:parrot] r38045 - branches/packfile_revamp/docs/pdds

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Apr 11 00:48:30 UTC 2009


Author: bacek
Date: Sat Apr 11 00:48:30 2009
New Revision: 38045
URL: https://trac.parrot.org/parrot/changeset/38045

Log:
[pdd13] Rename RawSegment to PackfileRawSegment for consistency.
Add get_type/set_type accessors.

Modified:
   branches/packfile_revamp/docs/pdds/pdd13_bytecode.pod

Modified: branches/packfile_revamp/docs/pdds/pdd13_bytecode.pod
==============================================================================
--- branches/packfile_revamp/docs/pdds/pdd13_bytecode.pod	Sat Apr 11 00:48:06 2009	(r38044)
+++ branches/packfile_revamp/docs/pdds/pdd13_bytecode.pod	Sat Apr 11 00:48:30 2009	(r38045)
@@ -908,7 +908,7 @@
 
 =back
 
-=head4 RawSegment.pmc (isa PackfileSegment)
+=head4 PackfileRawSegment.pmc (isa PackfileSegment)
 
 This PMC presents a segment of a packfile as an array of integers. This is the
 lowest possible level of access to a segment, and covers both the default and
@@ -916,6 +916,14 @@
 
 =over 4
 
+=item * C<get_type>
+
+Get type of PackfileRawSegment.
+
+=item * C<set_type>
+
+Set type of PackfileRawSegment.
+
 =item * C<get_integer_keyed_int> (v-table)
 
 Reads the integer at the specified offset into the segment, excluding the data


More information about the parrot-commits mailing list