| Package | Description |
|---|---|
| org.eclipse.xtext.generator.trace | |
| org.eclipse.xtext.generator.trace.internal |
| Modifier and Type | Method and Description |
|---|---|
ILocationInResource |
ITrace.getBestAssociatedLocation(ITextRegion localRegion)
Returns the best associated
location that matches the given region. |
ILocationInResource |
ITrace.getBestAssociatedLocation(ITextRegion localRegion,
AbsoluteURI absoluteTargetResource)
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends ILocationInResource> |
ITrace.getAllAssociatedLocations()
Returns all known associated
locations. |
Iterable<? extends ILocationInResource> |
ITrace.getAllAssociatedLocations(AbsoluteURI absoluteTargetResource)
Returns all known
locations that were produced from the associated resource in the
given absoluteTargetResource. |
Iterable<? extends ILocationInResource> |
ITrace.getAllAssociatedLocations(ITextRegion localRegion)
Returns all associated
locations that match the given region. |
Iterable<? extends ILocationInResource> |
ITrace.getAllAssociatedLocations(ITextRegion localRegion,
AbsoluteURI absoluteTargetResource)
Returns all individual
locations that match the given localRegion
for the expected absoluteTargetResource. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPlatformSpecificLocation<PlatformResource>
SPI for platform specific enhancements to the traced locations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLocationInResource |
class |
LocationInResource |
| Modifier and Type | Method and Description |
|---|---|
protected ILocationInResource |
AbstractTrace.createLocationInResource(ITextRegionWithLineInformation region,
SourceRelativeURI srcRelativePath) |
protected ILocationInResource |
AbstractTrace.createLocationInResourceFor(ILocationData location,
AbstractTraceRegion traceRegion)
Creates a new location for a target resource that matches the given
location. |
ILocationInResource |
AbstractTrace.getBestAssociatedLocation(ITextRegion region) |
ILocationInResource |
AbstractTrace.getBestAssociatedLocation(ITextRegion localRegion,
AbsoluteURI uri) |
protected ILocationInResource |
AbstractTrace.getMergedLocationInResource(AbstractTraceRegion region) |
protected ILocationInResource |
AbstractTrace.mergeRegions(AbstractTraceRegion left,
AbstractTraceRegion right) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends ILocationInResource> |
AbstractTrace.getAllAssociatedLocations() |
Iterable<? extends ILocationInResource> |
AbstractTrace.getAllAssociatedLocations(AbsoluteURI uri) |
Iterable<? extends ILocationInResource> |
AbstractTrace.getAllAssociatedLocations(ITextRegion localRegion) |
Iterable<? extends ILocationInResource> |
AbstractTrace.getAllAssociatedLocations(ITextRegion localRegion,
AbsoluteURI uri) |
protected Iterable<? extends ILocationInResource> |
AbstractTrace.toLocations(Iterable<AbstractTraceRegion> allTraceRegions) |
Copyright © 2015. All Rights Reserved.