public class TemporaryTraceRegion extends AbstractStatefulTraceRegion
Constructor and Description |
---|
TemporaryTraceRegion(int myOffset,
int myLength,
int myLineNumber,
int myEndLineNumber,
boolean useForDebugging,
java.util.List<ILocationData> locations,
AbstractTraceRegion parent) |
Modifier and Type | Method and Description |
---|---|
protected void |
setAsChildIn(AbstractTraceRegion parent) |
getAssociatedLocations, getMyEndLineNumber, getMyLength, getMyLineNumber, getMyOffset, getMyRegion, getWritableAssociatedLocations, isUseForDebugging
collectMatchingLocations, createLocationData, equals, getAnnotatedString, getAssociatedSrcRelativePath, getCollectingList, getMergedAssociatedLocation, getNestedRegions, getParent, getRoot, getWritableNestedRegions, hashCode, inplaceSortByOffset, invertAll, invertFor, isConsistentWithParent, leafIterator, mergedFrom, setParent, toInvertedTraceRegions, toString, treeIterator
public TemporaryTraceRegion(int myOffset, int myLength, int myLineNumber, int myEndLineNumber, boolean useForDebugging, java.util.List<ILocationData> locations, AbstractTraceRegion parent)
protected void setAsChildIn(AbstractTraceRegion parent)
setAsChildIn
in class AbstractTraceRegion