|
MetaTF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraceField | |
MetaTF.Runtime | This package provides miscellaneous classes used by MetaTF trace file readers and writers. |
Uses of TraceField in MetaTF.Runtime |
Subclasses of TraceField in MetaTF.Runtime | |
class |
IndexTraceField
A TraceField representing a field with index type |
class |
NumTraceField
A TraceField representing a field with numeric type |
class |
StringTraceField
A TraceField representing a field with string type |
Fields in MetaTF.Runtime declared as TraceField | |
(package private) TraceField[] |
TraceRecord.fields
The component fields |
Methods in MetaTF.Runtime that return TraceField | |
TraceField |
TraceRecord.getTraceField(int f)
Get TraceField |
static TraceField |
MetaTFState.getTraceField(int s,
int rtag,
int f)
Get TraceField |
Methods in MetaTF.Runtime with parameters of type TraceField | |
(package private) static void |
Section.addLookupField(int s,
int f,
TraceField tf)
Add a TraceField to the lookupField list |
static void |
MetaTFState.setField(int s,
int r,
int f,
int i,
TraceField val)
Set a TraceField in the sections/records/fields structure |
|
MetaTF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |