MetaTF API

MetaTF.Runtime
Class TraceSection

java.lang.Object
  |
  +--MetaTF.Runtime.TraceSection

class TraceSection
extends java.lang.Object

This class represents a section of the DTD. It holds an array of records defined in the section, indexed by their tag. If the section is cached, a reference to the cache is held here

Version:
rel-1-2 ($Revision: 1.1 $, $Date: 2000/12/15 16:35:32 $),
Author:
Richard Jones

Field Summary
(package private)  TraceRecord[] records
          The array of TraceRecords, indexed by record tag
 
Constructor Summary
(package private) TraceSection(int n)
          Allocate a new object representing a section of the DTD
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

records

TraceRecord[] records
The array of TraceRecords, indexed by record tag
Constructor Detail

TraceSection

TraceSection(int n)
Allocate a new object representing a section of the DTD
Parameters:
n - the value of the largest tag in this section (hence the number of TraceRecords to allocate

MetaTF API

Copyright © 2001 - Richard Jones     MetaTF