Methods
| Modifier and Type |
Method and Description |
protected void |
add(AbstractTraceRegionToString.File file,
ITextRegion it,
AbstractTraceRegionToString.RegionHandle region,
AbstractTraceRegionToString.LocationHandle location) |
protected void |
add(Map<SourceRelativeURI,AbstractTraceRegionToString.File> files,
SourceRelativeURI uri,
ITextRegion it,
AbstractTraceRegionToString.RegionHandle region,
AbstractTraceRegionToString.LocationHandle location) |
protected int |
collect(AbstractTraceRegion reg,
int nextID,
AbstractTraceRegionToString.File lFile,
Map<SourceRelativeURI,AbstractTraceRegionToString.File> rFiles,
List<AbstractTraceRegionToString.RegionHandle> result) |
protected <T> Set<T> |
collect(T start,
Functions.Function1<? super T,? extends Iterable<T>> reachable) |
protected <R extends Collection<? super T>,T> R |
collect(T start,
Functions.Function1<? super T,? extends Iterable<T>> reachable,
R collector) |
protected ITextRegion |
getLocalFrame() |
protected abstract String |
getLocalText() |
protected String |
getLocalTitle() |
int |
getRadix() |
protected ITextRegion |
getRemoteFrame(SourceRelativeURI uri) |
protected abstract String |
getRemoteText(SourceRelativeURI uri) |
protected String |
getRemoteTitle(SourceRelativeURI uri) |
protected abstract AbstractTraceRegion |
getTrace() |
boolean |
isShowLegend() |
boolean |
isShowTree() |
protected String |
render() |
protected List<String> |
render(AbstractTraceRegionToString.File file,
int width) |
protected String |
render(AbstractTraceRegionToString.Insert it,
int width) |
protected String |
render(AbstractTraceRegionToString.LocationHandle loc) |
protected void |
render(AbstractTraceRegionToString.RegionHandle region,
int idW,
int offsetW,
int lengthW,
int indent,
List<String> result) |
protected String |
render(Collection<AbstractTraceRegionToString.Insert> inserts,
int width) |
void |
setRadix(int radix) |
void |
setShowLegend(boolean showLegend) |
void |
setShowTree(boolean showTree) |
protected boolean |
shouldInclude(AbstractTraceRegion region) |
protected boolean |
shouldInclude(AbstractTraceRegion region,
ILocationData location) |
protected int |
sortKey(AbstractTraceRegionToString.Insert it) |
protected String |
title(SourceRelativeURI uri,
int width) |
String |
toString() |