Interface IHierarchyNodeLocationProvider
-
- All Known Implementing Classes:
DefaultHierarchyNodeLocationProvider
public interface IHierarchyNodeLocationProviderThis class is used to identify a region forIHierarchyNodeandIHierarchyNodeReference.- Since:
- 2.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.util.ITextRegionWithLineInformationgetTextRegion(org.eclipse.emf.ecore.EObject obj)org.eclipse.xtext.util.ITextRegionWithLineInformationgetTextRegion(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature, int indexInList)
-
-
-
Method Detail
-
getTextRegion
org.eclipse.xtext.util.ITextRegionWithLineInformation getTextRegion(org.eclipse.emf.ecore.EObject obj)
-
getTextRegion
org.eclipse.xtext.util.ITextRegionWithLineInformation getTextRegion(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature, int indexInList)
-
-