public class TraceRegion extends AbstractStatefulTraceRegion
| Constructor and Description |
|---|
TraceRegion(int myOffset,
int myLength,
int myLineNumber,
int myEndLineNumber,
boolean useForDebugging,
java.util.Collection<? extends ILocationData> allLocationData,
AbstractTraceRegion parent) |
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,
java.util.List<ILocationData> allLocationData,
AbstractTraceRegion parent)
Deprecated.
use {link
TraceRegion(int, int, int, int, boolean, Collection, AbstractTraceRegion) instead. |
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)
@Deprecated
public TraceRegion(int myOffset,
int myLength,
int myLineNumber,
int myEndLineNumber,
boolean useForDebugging,
java.util.List<ILocationData> allLocationData,
AbstractTraceRegion parent)
TraceRegion(int, int, int, int, boolean, Collection, AbstractTraceRegion) instead.public TraceRegion(int myOffset,
int myLength,
int myLineNumber,
int myEndLineNumber,
boolean useForDebugging,
java.util.Collection<? extends ILocationData> allLocationData,
AbstractTraceRegion parent)