Class AbstractBaseDBTraceDefinedUnitsView<T extends AbstractDBTraceCodeUnit<T>>

Type Parameters:
T -
Direct Known Subclasses:
DBTraceDefinedDataView, DBTraceInstructionsView

public abstract class AbstractBaseDBTraceDefinedUnitsView<T extends AbstractDBTraceCodeUnit<T>> extends AbstractSingleDBTraceCodeUnitsView<T>
An abstract implementation of a single-type view for a defined unit type

This is note a base class of DBTraceDefinedUnitsView. This class supports the implementation of one or the other: Instruction or Defined data. DBTraceDefinedUnitsView is the implementation of the composition of both.