|
MetaTF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MetaTF.Runtime.TraceSection
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
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 |
|
Field Detail |
TraceRecord[] records
Constructor Detail |
TraceSection(int n)
n
- the value of the largest tag in this section (hence the number of
TraceRecords to allocate
|
MetaTF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |