Class DefaultHierarchyNodeLocationProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.xtext.resource.ILocationInFileProvider locationInFileProvider  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.util.ITextRegionWithLineInformation getTextRegion​(org.eclipse.emf.ecore.EObject obj)  
      org.eclipse.xtext.util.ITextRegionWithLineInformation getTextRegion​(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature, int indexInList)  
      protected org.eclipse.xtext.util.ITextRegionWithLineInformation toTextRegionWithLineInformation​(org.eclipse.emf.ecore.EObject obj, org.eclipse.xtext.util.ITextRegion textRegion)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • locationInFileProvider

        @Inject
        protected org.eclipse.xtext.resource.ILocationInFileProvider locationInFileProvider
    • Constructor Detail

      • DefaultHierarchyNodeLocationProvider

        public DefaultHierarchyNodeLocationProvider()
    • Method Detail

      • getTextRegion

        public org.eclipse.xtext.util.ITextRegionWithLineInformation getTextRegion​(org.eclipse.emf.ecore.EObject owner,
                                                                                   org.eclipse.emf.ecore.EStructuralFeature feature,
                                                                                   int indexInList)
        Specified by:
        getTextRegion in interface IHierarchyNodeLocationProvider
      • toTextRegionWithLineInformation

        protected org.eclipse.xtext.util.ITextRegionWithLineInformation toTextRegionWithLineInformation​(org.eclipse.emf.ecore.EObject obj,
                                                                                                        org.eclipse.xtext.util.ITextRegion textRegion)