Interface IHierarchyNodeReference
-
- All Superinterfaces:
INavigatable,org.eclipse.xtext.util.ITextRegion,org.eclipse.xtext.util.ITextRegionWithLineInformation
- All Known Implementing Classes:
DefaultHierarchyNodeReference
public interface IHierarchyNodeReference extends INavigatable, org.eclipse.xtext.util.ITextRegionWithLineInformation
Represents a reference between parent and child nodes. Each reference is backed up with a region and a text.- Since:
- 2.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetText()-
Methods inherited from interface org.eclipse.xtext.ide.editor.navigation.INavigatable
getNavigationElement
-
-