| Package | Description |
|---|---|
| org.eclipse.xtext.resource |
| Modifier and Type | Method and Description |
|---|---|
static ILocationInFileProviderExtension.RegionDescription |
ILocationInFileProviderExtension.RegionDescription.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ILocationInFileProviderExtension.RegionDescription[] |
ILocationInFileProviderExtension.RegionDescription.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected ITextRegion |
DefaultLocationInFileProvider.createRegion(List<INode> nodes,
ILocationInFileProviderExtension.RegionDescription query) |
protected ITextRegion |
DefaultLocationInFileProvider.doGetLocationOfFeature(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EStructuralFeature feature,
int indexInList,
ILocationInFileProviderExtension.RegionDescription query) |
protected ITextRegion |
DefaultLocationInFileProvider.doGetTextRegion(org.eclipse.emf.ecore.EObject obj,
ILocationInFileProviderExtension.RegionDescription query) |
protected ITextRegion |
DefaultLocationInFileProvider.getLocationOfContainmentReference(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference feature,
int indexInList,
ILocationInFileProviderExtension.RegionDescription query) |
ITextRegion |
ILocationInFileProviderExtension.getTextRegion(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EStructuralFeature feature,
int indexInList,
ILocationInFileProviderExtension.RegionDescription query)
Queries for parts of the text region that parts of the given object originate from.
|
ITextRegion |
DefaultLocationInFileProvider.getTextRegion(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EStructuralFeature feature,
int indexInList,
ILocationInFileProviderExtension.RegionDescription query) |
ITextRegion |
ILocationInFileProviderExtension.getTextRegion(org.eclipse.emf.ecore.EObject object,
ILocationInFileProviderExtension.RegionDescription query)
Queries for parts of the text region that the given object is originates from.
|
ITextRegion |
DefaultLocationInFileProvider.getTextRegion(org.eclipse.emf.ecore.EObject object,
ILocationInFileProviderExtension.RegionDescription query) |
protected boolean |
DefaultLocationInFileProvider.isHidden(INode node,
ILocationInFileProviderExtension.RegionDescription query) |
Copyright © 2015. All Rights Reserved.