|
MetaTF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MetaTF.Runtime.TraceRecord
This class holds a array of TraceFields for each component field indexed by the position of the field in the record
Field Summary | |
(package private) TraceField[] |
fields
The component fields |
Constructor Summary | |
TraceRecord(int n)
Allocate a new object representing this record |
Method Summary | |
TraceField |
getTraceField(int f)
Get TraceField |
Methods inherited from class java.lang.Object |
|
Field Detail |
TraceField[] fields
Constructor Detail |
public TraceRecord(int n)
n
- the number of component fields in this recordMethod Detail |
public TraceField getTraceField(int f)
f
- the field number
|
MetaTF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |