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
    • Field Summary

      • Fields inherited from interface org.eclipse.xtext.util.ITextRegionWithLineInformation

        EMPTY_REGION
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getText()  
      • Methods inherited from interface org.eclipse.xtext.util.ITextRegion

        contains, contains, getLength, getOffset, merge
      • Methods inherited from interface org.eclipse.xtext.util.ITextRegionWithLineInformation

        getEndLineNumber, getLineNumber, merge
    • Method Detail

      • getText

        java.lang.String getText()