public class XbaseLocationInFileProvider
extends org.eclipse.xtext.resource.DefaultLocationInFileProvider
| Constructor and Description |
|---|
XbaseLocationInFileProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<org.eclipse.xtext.nodemodel.INode> |
getLocationNodes(org.eclipse.emf.ecore.EObject obj) |
protected org.eclipse.xtext.util.ITextRegion |
getLocationOfContainmentReference(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference,
int indexInList,
org.eclipse.xtext.resource.ILocationInFileProviderExtension.RegionDescription query) |
protected org.eclipse.xtext.util.ITextRegion |
getLocationOfCrossReference(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference,
int indexInList,
boolean isSignificant) |
org.eclipse.xtext.util.ITextRegion |
getSignificantTextRegion(org.eclipse.emf.ecore.EObject element) |
protected boolean |
useKeyword(org.eclipse.xtext.Keyword keyword,
org.eclipse.emf.ecore.EObject context) |
createRegion, createRegion, doGetLocationOfFeature, doGetLocationOfFeature, doGetTextRegion, findNodeFor, getFullTextRegion, getFullTextRegion, getIdentifierFeature, getLocationOfAttribute, getLocationOfContainmentReference, getSignificantTextRegion, getTextRegion, getTextRegion, getTextRegion, isHidden, isHidden, toZeroBasedRegionpublic org.eclipse.xtext.util.ITextRegion getSignificantTextRegion(org.eclipse.emf.ecore.EObject element)
getSignificantTextRegion in interface org.eclipse.xtext.resource.ILocationInFileProvidergetSignificantTextRegion in class org.eclipse.xtext.resource.DefaultLocationInFileProviderprotected org.eclipse.xtext.util.ITextRegion getLocationOfCrossReference(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference,
int indexInList,
boolean isSignificant)
getLocationOfCrossReference in class org.eclipse.xtext.resource.DefaultLocationInFileProviderprotected org.eclipse.xtext.util.ITextRegion getLocationOfContainmentReference(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference,
int indexInList,
org.eclipse.xtext.resource.ILocationInFileProviderExtension.RegionDescription query)
getLocationOfContainmentReference in class org.eclipse.xtext.resource.DefaultLocationInFileProviderprotected java.util.List<org.eclipse.xtext.nodemodel.INode> getLocationNodes(org.eclipse.emf.ecore.EObject obj)
getLocationNodes in class org.eclipse.xtext.resource.DefaultLocationInFileProviderprotected boolean useKeyword(org.eclipse.xtext.Keyword keyword,
org.eclipse.emf.ecore.EObject context)
useKeyword in class org.eclipse.xtext.resource.DefaultLocationInFileProvider