| Package | Description |
|---|---|
| org.eclipse.xtext.generator.trace |
| 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,
org.eclipse.core.resources.IStorage associatedStorage)
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ILocationInResource> |
ITrace.getAllAssociatedLocations()
Returns all known associated
locations. |
Iterable<ILocationInResource> |
ITrace.getAllAssociatedLocations(org.eclipse.core.resources.IStorage associatedStorage)
Returns all known
locations that were produced from the associated resource
in the given targetResource. |
Iterable<ILocationInResource> |
ITrace.getAllAssociatedLocations(ITextRegion localRegion)
Returns all associated
locations that match the given region. |
Iterable<ILocationInResource> |
ITrace.getAllAssociatedLocations(ITextRegion localRegion,
org.eclipse.core.resources.IStorage associatedStorage)
|
Copyright © 2015. All Rights Reserved.