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, isUseForDebuggingcollectMatchingLocations, createLocationData, equals, getAnnotatedString, getAssociatedSrcRelativePath, getCollectingList, getMergedAssociatedLocation, getNestedRegions, getParent, getRoot, getWritableNestedRegions, hashCode, inplaceSortByOffset, invertAll, invertFor, isConsistentWithParent, leafIterator, mergedFrom, setParent, toInvertedTraceRegions, toString, treeIteratorpublic 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