public static class GeneratorNodeProcessor.CompletableTraceRegion extends AbstractStatefulTraceRegion
| Modifier and Type | Class and Description |
|---|---|
static class |
GeneratorNodeProcessor.CompletableTraceRegion.CompletableTextRegion |
| Modifier | Constructor and Description |
|---|---|
|
CompletableTraceRegion(boolean useForDebugging,
ILocationData associatedLocation,
AbstractTraceRegion parent) |
protected |
CompletableTraceRegion(GeneratorNodeProcessor.CompletableTraceRegion.CompletableTextRegion region,
boolean useForDebugging,
ILocationData associatedLocation,
AbstractTraceRegion parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(int offset,
int length,
int startLine,
int endLine) |
protected boolean |
isConsistentWithParent() |
getAssociatedLocations, getMyEndLineNumber, getMyLength, getMyLineNumber, getMyOffset, getMyRegion, getWritableAssociatedLocations, isUseForDebuggingcollectMatchingLocations, createLocationData, equals, getAnnotatedString, getAssociatedSrcRelativePath, getCollectingList, getMergedAssociatedLocation, getNestedRegions, getParent, getRoot, getWritableNestedRegions, hashCode, inplaceSortByOffset, invertAll, invertFor, leafIterator, mergedFrom, setAsChildIn, setParent, toInvertedTraceRegions, toString, treeIteratorpublic CompletableTraceRegion(boolean useForDebugging,
ILocationData associatedLocation,
AbstractTraceRegion parent)
protected CompletableTraceRegion(GeneratorNodeProcessor.CompletableTraceRegion.CompletableTextRegion region, boolean useForDebugging, ILocationData associatedLocation, AbstractTraceRegion parent)
public void complete(int offset,
int length,
int startLine,
int endLine)
protected boolean isConsistentWithParent()
isConsistentWithParent in class AbstractTraceRegion