public class TraceRegion extends AbstractStatefulTraceRegion
| Constructor and Description |
|---|
TraceRegion(int myOffset,
int myLength,
int myLineNumber,
int myEndLineNumber,
boolean useForDebugging,
ILocationData locationData,
AbstractTraceRegion parent) |
TraceRegion(int myOffset,
int myLength,
int myLineNumber,
int myEndLineNumber,
boolean useForDebugging,
int associatedOffset,
int associatedLength,
int associatedLineNumber,
int associatedEndLineNumber,
AbstractTraceRegion parent,
SourceRelativeURI associatedPath) |
TraceRegion(int myOffset,
int myLength,
int myLineNumber,
int myEndLineNumber,
boolean useForDebugging,
List<ILocationData> allLocationData,
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, setAsChildIn, setParent, toInvertedTraceRegions, toString, treeIteratorpublic TraceRegion(int myOffset,
int myLength,
int myLineNumber,
int myEndLineNumber,
boolean useForDebugging,
int associatedOffset,
int associatedLength,
int associatedLineNumber,
int associatedEndLineNumber,
AbstractTraceRegion parent,
SourceRelativeURI associatedPath)
public TraceRegion(int myOffset,
int myLength,
int myLineNumber,
int myEndLineNumber,
boolean useForDebugging,
ILocationData locationData,
AbstractTraceRegion parent)
public TraceRegion(int myOffset,
int myLength,
int myLineNumber,
int myEndLineNumber,
boolean useForDebugging,
List<ILocationData> allLocationData,
AbstractTraceRegion parent)
Copyright © 2015. All Rights Reserved.